Skip to content

Commit

Permalink
Volume mount tests directory as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Sep 23, 2024
1 parent 871bbc7 commit f73cd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run Pytest inside Docker container
run: |
docker run -v $(pwd)/src:/workspace/src -v $(pwd)/client:/workspace/client nv-ingest:latest pytest -rs --cov nv_ingest --cov nv_ingest_client --cov-report term --cov-report xml:coverage.xml tests/nv_ingest tests/nv_ingest_client
docker run -v $(pwd)/tests:/workspace/tests -v $(pwd)/src:/workspace/src -v $(pwd)/client:/workspace/client nv-ingest:latest pytest -rs --cov nv_ingest --cov nv_ingest_client --cov-report term --cov-report xml:coverage.xml tests/nv_ingest tests/nv_ingest_client
- name: Upload test report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f73cd59

Please sign in to comment.