Fix Github Actions yaml syntax error
This commit is contained in:
parent
a42281c2c7
commit
07f5b265d2
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -30,10 +30,10 @@ jobs:
|
||||
mv bin/config_sample bin/config
|
||||
|
||||
- name: Run tests
|
||||
run |
|
||||
for test in bin_tests/; do
|
||||
./$test
|
||||
done;
|
||||
run: |
|
||||
for test in bin_tests/; do
|
||||
./$test
|
||||
done;
|
||||
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user