Skip to content

Commit 0cf8bf9

Browse files
committed
chore(31835): try continue-on-error
1 parent a216889 commit 0cf8bf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/frontend-cli.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107

108108
cypress_matrix:
109109
runs-on: ubuntu-latest
110+
continue-on-error: true
110111
needs: [ build_production ]
111112
strategy:
112113
matrix:
@@ -164,6 +165,7 @@ jobs:
164165
combine_code_coverage:
165166
runs-on: ubuntu-latest
166167
needs: [ cypress_matrix, unit_tests ]
168+
# Should we collect partial test results and combine them ?
167169
if: success() || failure()
168170
steps:
169171
- name: Download All LCOV Artifacts
@@ -172,6 +174,5 @@ jobs:
172174
path: hivemq-edge-frontend/coverage-combined
173175
pattern: lcov-*
174176
merge-multiple: false
175-
- run: pwd
176-
- run: ls -R
177+
# Should contain the lcov.info summary, in subdirectory named from the tasks
177178
- run: ls -R ./coverage-combined

0 commit comments

Comments
 (0)