Skip to content

Commit

Permalink
More explicit end-to-end test name
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Apr 25, 2024
1 parent ec633c8 commit feb75c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Tests end-to-end
env:
DATA_DIR: tests/data
run: make test-ete
run: make test-end-to-end

run_all_tests_single_gpu:
name: "Test GPU"
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
# files: ./coverage.xml
# verbose: true
- name: Tests end-to-end
run: make test-ete
run: make test-end-to-end
- name: Tailscale Wait
if: ${{ failure() || runner.debug == '1' }}
uses: huggingface/tailscale-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-poetry_DEPRECATED.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@
# - name: Tests end-to-end
# run: |
# source .venv/bin/activate
# make test-ete
# make test-end-to-end
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: pytest -v --cov=./lerobot tests

- name: Test end-to-end
run: make test-ete
run: make test-end-to-end
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-cpu:
build-gpu:
docker build -t lerobot:latest -f docker/lerobot-gpu/Dockerfile .

test-ete:
test-end-to-end:
${MAKE} test-act-ete-train
${MAKE} test-act-ete-eval
${MAKE} test-diffusion-ete-train
Expand Down

0 comments on commit feb75c4

Please sign in to comment.