diff --git a/.github/workflows/compiler_playground.yml b/.github/workflows/compiler_playground.yml index 359ac93cea..67f7f3935d 100644 --- a/.github/workflows/compiler_playground.yml +++ b/.github/workflows/compiler_playground.yml @@ -44,9 +44,6 @@ jobs: with: path: "**/node_modules" key: compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }} - - name: yarn install compiler - run: yarn install --frozen-lockfile - working-directory: compiler - name: yarn install playground run: yarn install --frozen-lockfile - run: npx playwright install --with-deps chromium