Update linux.yml
This commit is contained in:
parent
663b5be3be
commit
a83f76c639
|
@ -18,7 +18,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
RUNNING_ON_GITHUB_ACTIONS: true
|
RUNNING_ON_GITHUB_ACTIONS: true
|
||||||
run: |
|
run: |
|
||||||
ls -alh ./
|
bash ./dev/tests/run_tests.sh
|
||||||
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