diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index abe17ea0d..5021f5e77 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -33,14 +33,8 @@ runs: - name: Install dependencies shell: bash + run: pnpm i - name: Check formatting shell: bash run: pnpm test:format - - - name: Cache playwright binaries - uses: actions/cache@v3 - id: playwright-cache - with: - path: ~/.cache/ms-playwright - key: ${{ runner.os }}-playwright-${{ hashFiles('**/pnpm-lock.yaml') }}