Skip to content

Commit e433360

Browse files
committed
Auto merge of #3209 - Turbo87:optional-embroider, r=pichfl
CI: Allow embroider build to fail While it is good for us to check whether we are compatible with https://github.com/embroider-build/embroider/ or not, we shouldn't make CI fail if something breaks our embroider compatibility. This problem is currently blocking a few dependency updates that will ultimately improve embroider compatibility, but breaks it in the transition period. This PR configures our GitHub Actions CI to allow the embroider job to fail, to unblock these dependency updates. r? `@pichfl`
2 parents 84b62a4 + ba81503 commit e433360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060

6161
- run: yarn install
6262
- run: yarn test
63+
continue-on-error: true
6364

6465
backend:
6566
name: Backend

0 commit comments

Comments
 (0)