Skip to content

Commit

Permalink
Fix artifacts not uploaded on failure (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
adombeck authored Nov 26, 2024
2 parents d5ff23a + 2c26ec2 commit c1d89fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload test artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: authd-${{ github.job }}-${{ matrix.test }}-artifacts-${{ github.run_attempt }}
Expand Down

0 comments on commit c1d89fa

Please sign in to comment.