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 a642fb0 commit 3707603Copy full SHA for 3707603
.github/workflows/build.yml
@@ -238,7 +238,7 @@ jobs:
238
files: .*packages\/ember($|/.*)
239
# Only run ember tests if the files above have changed
240
- name: Run Ember tests
241
- if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push'
+ # 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
0 commit comments