We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd843e commit a642fb0Copy full SHA for a642fb0
.github/workflows/build.yml
@@ -204,7 +204,7 @@ jobs:
204
job_ember_tests:
205
name: Test @sentry/ember
206
needs: job_build
207
- continue-on-error: true
+ # continue-on-error: true
208
timeout-minutes: 30
209
runs-on: ubuntu-latest
210
steps:
@@ -240,6 +240,7 @@ jobs:
240
- name: Run Ember tests
241
if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push'
242
run: yarn test --scope=@sentry/ember
243
+ continue-on-error: true
244
- name: Compute test coverage
245
246
uses: codecov/codecov-action@v1
0 commit comments