Skip to content

Commit

Permalink
Stop using ambiguous name for integration test results
Browse files Browse the repository at this point in the history
  • Loading branch information
seveneleven committed Sep 17, 2024
1 parent 3db0fef commit 4b9ec2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrationtest-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Upload test results
uses: actions/upload-artifact@v2
with:
name: ${{inputs.REPOSITORY_NAME}}-test-results
name: ${{inputs.REPOSITORY_NAME}}-integration-test-results
path: src/Tests/**/TestResults/**/coverage.cobertura.xml
retention-days: 1

0 comments on commit 4b9ec2e

Please sign in to comment.