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