Modify the test run line in tests.yml

'run: run_tests.sh' -> run: ./run_tests.sh'
This commit is contained in:
David Cantrell 2018-12-19 10:34:21 -05:00
parent f07ca87d45
commit 450d75ce78

View File

@ -12,4 +12,4 @@
tests:
- simple:
dir: scripts/
run: run_tests.sh
run: ./run_tests.sh