Skip to content

Commit

Permalink
Fix not archiving failure artifacts for flaky tests (#35379)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Oct 6, 2021
1 parent d4794d6 commit 0ae0bde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/end2end-test.yml
Expand Up @@ -51,10 +51,11 @@ jobs:
- name: Archive debug artifacts (screenshots, HTML snapshots)
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571 # v2.2.2
if: failure()
if: always()
with:
name: failures-artifacts
path: artifacts
if-no-files-found: ignore

- name: Archive flaky tests report
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571 # v2.2.2
Expand Down

0 comments on commit 0ae0bde

Please sign in to comment.