Skip to content

Commit

Permalink
Update pytest test path
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-rumian authored Nov 16, 2021
1 parent 90efe7d commit 51e347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ jobs:
command: sleep 180
- run:
name: "Execute Tracing Tests"
command: "pytest --rootdir=/opt/tracing-tests --junitxml=/opt/tracing-tests/test-results/junit.xml --html=/opt/tracing-tests/test-results/report.html --self-contained-html -vvv /opt/tracing-tests/tests"
command: "pytest --rootdir=/opt/tracing-tests --junitxml=/opt/tracing-tests/test-results/junit.xml --html=/opt/tracing-tests/test-results/report.html --self-contained-html -vvv /opt/tracing-tests/tests/test_java_app.py"
- store_test_results:
path: /opt/tracing-tests/test-results
- store_artifacts:
Expand Down

0 comments on commit 51e347d

Please sign in to comment.