Skip to content

Commit f6abe2b

Browse files
committed
CI: Disable yarn test command for embroider job
1 parent cefcb70 commit f6abe2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959
node-version: '14.x'
6060

6161
- run: yarn install
62-
- run: yarn test
62+
63+
# `yarn test` currently does not work due to https://github.com/embroider-build/embroider/issues/677
64+
- run: yarn build
6365
continue-on-error: true
6466

6567
backend:

0 commit comments

Comments
 (0)