mirror of
https://github.com/nextcloud/talk_matterbridge.git
synced 2025-12-18 05:20:37 +01:00
Check that binaries download works
Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
parent
8258dd8e5e
commit
c7349bb216
1 changed files with 17 additions and 0 deletions
17
.github/workflows/check.yaml
vendored
Normal file
17
.github/workflows/check.yaml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: Check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Download binaries test
|
||||
run: |
|
||||
make binaries
|
||||
Loading…
Add table
Reference in a new issue