diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c6e196c4..99c141c1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,6 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - - run: cd extension - - run: yarn install --immutable - - run: yarn test + - working-directory: ./extension + run: yarn install --immutable + - working-directory: ./extension + run: yarn test