We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1404947 commit 7363b59Copy full SHA for 7363b59
.github/workflows/e2e.yml
@@ -164,7 +164,7 @@ jobs:
164
name: Report e2e failures
165
runs-on: ubuntu-latest
166
needs: [run-e2e]
167
- if: github.ref == 'refs/heads/main'
+ if: always() && github.ref == 'refs/heads/main'
168
permissions:
169
contents: read
170
issues: write
@@ -192,5 +192,4 @@ jobs:
192
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
193
shell: bash
194
run: |
195
- set -euo pipefail
196
- node --experimental-strip-types scripts/e2e/report-failures.ts
+ yarn node --experimental-strip-types scripts/e2e/report-failures.ts
0 commit comments