Skip to content

Commit a642fb0

Browse files
committed
try moving continue-on-error to the test step
1 parent 1dd843e commit a642fb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
job_ember_tests:
205205
name: Test @sentry/ember
206206
needs: job_build
207-
continue-on-error: true
207+
# continue-on-error: true
208208
timeout-minutes: 30
209209
runs-on: ubuntu-latest
210210
steps:
@@ -240,6 +240,7 @@ jobs:
240240
- name: Run Ember tests
241241
if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push'
242242
run: yarn test --scope=@sentry/ember
243+
continue-on-error: true
243244
- name: Compute test coverage
244245
if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push'
245246
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)