Skip to content

Commit 37a0f2c

Browse files
authored
fix: e2e test on ARM/s390x are correctly reported during PRs (#6856)
Signed-off-by: Jorge Turrado <[email protected]>
1 parent 75f589a commit 37a0f2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ jobs:
345345
cluster_name: ${{ runner.name }}
346346

347347
- name: Run smoke test
348+
continue-on-error: true
348349
run: make smoke-test
349350
id: test
350351
env:
@@ -440,6 +441,7 @@ jobs:
440441
kubectl version
441442
442443
- name: Run smoke test
444+
continue-on-error: true
443445
run: make smoke-test
444446
id: test
445447
env:

0 commit comments

Comments
 (0)