Make sure we can run tests

This commit is contained in:
Orsiris de Jong 2022-07-07 11:12:19 +02:00 committed by GitHub
parent 9245030a9d
commit 7168aa9d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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