Skip to content

Commit

Permalink
test: correctly make test-output.xml paths relative in windows (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangannyx committed Jun 7, 2024
1 parent a3f88fc commit 38f64e4
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 @@ -136,7 +136,7 @@ jobs:
name: Make test report paths relative
command: |
if [ -e ./reports/out/test_output.xml ]; then
sed -i.bak "s|`pwd`/||g" ./reports/out/test_output.xml
sed -i.bak 's/"[^"]*packages/"packages/' ./reports/out/test_output.xml
fi
- store_test_results:
path: ./reports/
Expand Down

0 comments on commit 38f64e4

Please sign in to comment.