Skip to content

Commit 7363b59

Browse files
committed
Fixes
1 parent 1404947 commit 7363b59

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
name: Report e2e failures
165165
runs-on: ubuntu-latest
166166
needs: [run-e2e]
167-
if: github.ref == 'refs/heads/main'
167+
if: always() && github.ref == 'refs/heads/main'
168168
permissions:
169169
contents: read
170170
issues: write
@@ -192,5 +192,4 @@ jobs:
192192
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
193193
shell: bash
194194
run: |
195-
set -euo pipefail
196-
node --experimental-strip-types scripts/e2e/report-failures.ts
195+
yarn node --experimental-strip-types scripts/e2e/report-failures.ts

0 commit comments

Comments
 (0)