diff --git a/.github/workflows/js-tests.yml b/.github/workflows/js-tests.yml index db08947b270c..7c3b69821d8c 100644 --- a/.github/workflows/js-tests.yml +++ b/.github/workflows/js-tests.yml @@ -30,8 +30,8 @@ jobs: check: name: Typecheck & Test - runs-on: ubuntu-latest needs: workspaces + runs-on: ubuntu-latest strategy: matrix: package: ${{ fromJson(needs.workspaces.outputs.packages) }} @@ -47,3 +47,4 @@ jobs: # --ignore-scripts: TS & tests don't need native deps command: npm ci --ignore-scripts - run: npm run --prefix ${{ matrix.package }} check + - run: npm run --prefix ${{ matrix.package }} fix