Modify the test run line in tests.yml
'run: run_tests.sh' -> run: ./run_tests.sh'
This commit is contained in:
parent
f07ca87d45
commit
450d75ce78
@ -12,4 +12,4 @@
|
||||
tests:
|
||||
- simple:
|
||||
dir: scripts/
|
||||
run: run_tests.sh
|
||||
run: ./run_tests.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user