Skip to content

Commit

Permalink
chore: fix artifact name for multiple test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Oct 8, 2024
1 parent 750efad commit 5a90c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multi_az_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: integration-report
name: integration-report-${{ matrix.dbEngine }}
path: ./tests/integration/container/reports
retention-days: 5

0 comments on commit 5a90c51

Please sign in to comment.