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