diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 38d25787..fe82db9c 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -45,12 +45,12 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm-store- - - name: Install Playwright Browsers - run: npx playwright install --with-deps - - name: Install dependencies run: pnpm bootstrap:ci + - name: Install Playwright Browsers + run: npx playwright install --with-deps + - name: NX Affected uses: nrwl/nx-set-shas@v4 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0a86f433..4375eb05 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -47,12 +47,12 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm-store- - - name: Install Playwright Browsers - run: npx playwright install --with-deps - - name: Install dependencies run: pnpm bootstrap:ci + - name: Install Playwright Browsers + run: npx playwright install --with-deps + - name: NX Affected uses: nrwl/nx-set-shas@v4