From 5c239032232ff2b1e941027a08756597a31575b2 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Fri, 5 Feb 2021 14:38:49 +0100 Subject: [PATCH] CI: Disable `yarn test` command for `embroider` job --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 628f298bab2..5645e7e7583 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,9 @@ jobs: node-version: '14.x' - run: yarn install - - run: yarn test + + # `yarn test` currently does not work due to https://github.com/embroider-build/embroider/issues/677 + - run: yarn build continue-on-error: true backend: