Skip to content

Commit

Permalink
fix(ci): path for integration test artifact (#832)
Browse files Browse the repository at this point in the history
Adjusting the `Integration Tests` step to only copy over the JUnit XML
file we need, to the path we expect.
  • Loading branch information
Trinaa authored Jan 23, 2025
1 parent 4b298e4 commit 3e13966
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 @@ -174,7 +174,7 @@ jobs:
name: Integration tests (Bigtable)
command: |
make integration-test
cp -r ~/project/tests/integration ~/project/workspace/test-results
cp ~/project/tests/integration/integration_test_results.xml ~/project/workspace/test-results/integration_test_results.xml
- store_artifacts:
path: ~/project/workspace/test-results/integration_test_results.xml
destination: integration_test_results.xml
Expand Down

0 comments on commit 3e13966

Please sign in to comment.