We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebe853 commit b6ea84dCopy full SHA for b6ea84d
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
- run: npm run test:e2e:headless
53
if: env.STAGE == 'REVIEW' || env.STAGE == 'STAGING'
54
- name: Store reports
55
- if: env.STAGE == 'REVIEW' || env.STAGE == 'STAGING'
+ if: (env.STAGE == 'REVIEW' || env.STAGE == 'STAGING') && failure()
56
uses: actions/upload-artifact@v3
57
with:
58
name: reports
0 commit comments