diff --git a/.github/workflows/tests-ci.yml b/.github/workflows/tests-ci.yml index 97037d43c..139d0c849 100644 --- a/.github/workflows/tests-ci.yml +++ b/.github/workflows/tests-ci.yml @@ -135,8 +135,8 @@ jobs: path: ~/Library/Caches/ms-playwright key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }} - - name: Build esm for matrix ${{ matrix.group }} - run: npm run build:esm ${{ matrix.packages }} + - name: Build esm + run: npm run build:esm - name: Build browser for matrix ${{ matrix.group }} run: npm run build:browser ${{ matrix.packages }}