Skip to content

Commit

Permalink
Ensure test artifacts are saved on failure (duckduckgo#1160)
Browse files Browse the repository at this point in the history
So far, test artifacts are only actually saved if the tests pass! We
will need the test artifacts to debug failures - that is their whole
purpose!
  • Loading branch information
kzar committed May 11, 2022
1 parent 014fa0d commit 6cd8044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -56,6 +56,7 @@ jobs:
npm run install-ci
- run: npm run test-int-x
- name: Store test artifacts
if: always()
uses: actions/upload-artifact@v2
with:
name: integration-test-artifacts
Expand Down

0 comments on commit 6cd8044

Please sign in to comment.