From 2cf296c5cca4d3efa49c98c0b13b574f76f72ce9 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 7 Oct 2021 10:28:31 +0200 Subject: [PATCH] ci: don't duplicate yarn install for bridge fixture (#683) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a6f815dc6d..f6bd4ffffb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,8 @@ jobs: run: yarn --immutable - name: Install dependencies (bridge fixture) - run: yarn --immutable && cd test/fixtures/bridge && yarn --immutable + run: yarn --immutable + working-directory: test/fixtures/bridge - name: Build run: yarn build