forked from tangger/lerobot
fix attempt
This commit is contained in:
6
.github/workflows/nightly-tests.yml
vendored
6
.github/workflows/nightly-tests.yml
vendored
@@ -64,10 +64,14 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: pytest -v --cov=./lerobot --cov-report=xml --disable-warnings tests
|
run: pytest -v --cov=./lerobot --cov-report=xml --disable-warnings tests
|
||||||
|
|
||||||
|
- name: ls
|
||||||
|
run: |
|
||||||
|
ls -glha .
|
||||||
|
ls -glha lerobot
|
||||||
|
|
||||||
- name: Upload coverage reports to Codecov with GitHub Action
|
- name: Upload coverage reports to Codecov with GitHub Action
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
files: ./coverage.xml
|
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
||||||
- name: Tests end-to-end
|
- name: Tests end-to-end
|
||||||
|
|||||||
Reference in New Issue
Block a user