diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a6f815dc6..f6bd4ffffb 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