Skip to content

Commit

Permalink
Upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Oct 5, 2024
1 parent ee67107 commit 6b4801f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/access-token-management-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ jobs:
path: access-token-management/test/Tests/TestResults/Test.trx
reporter: dotnet-trx
fail-on-error: true
fail-on-empty: true
fail-on-empty: true

- name: Upload artifacts
uses: actions/upload-artifact@v4
if: success() || failure() # run this step even if previous step failed
with:
path: access-token-management/artifacts/

0 comments on commit 6b4801f

Please sign in to comment.