Make sure we can run tests
This commit is contained in:
parent
9245030a9d
commit
7168aa9d02
|
@ -17,6 +17,7 @@ jobs:
|
|||
env:
|
||||
RUNNING_ON_GITHUB_ACTIONS: true
|
||||
run: |
|
||||
dev/tests/run_tests.sh
|
||||
ls -alh ./
|
||||
sh ./dev/tests/run_tests.sh
|
||||
- name: Upload Coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
|
|
Loading…
Reference in New Issue