Skip to content

Commit 3707603

Browse files
committed
remove block on ember tests in PR
1 parent a642fb0 commit 3707603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
files: .*packages\/ember($|/.*)
239239
# Only run ember tests if the files above have changed
240240
- name: Run Ember tests
241-
if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push'
241+
# if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push'
242242
run: yarn test --scope=@sentry/ember
243243
continue-on-error: true
244244
- name: Compute test coverage

0 commit comments

Comments
 (0)