We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11df522 commit 3ce77d5Copy full SHA for 3ce77d5
.github/workflows/compiler_playground.yml
@@ -38,11 +38,7 @@ jobs:
38
with:
39
path: "**/node_modules"
40
key: compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
41
- - name: yarn install compiler
42
- run: yarn install --frozen-lockfile
43
- working-directory: compiler
44
- - name: yarn install playground
45
+ - run: yarn install --frozen-lockfile
46
- run: npx playwright install --with-deps chromium
47
- run: CI=true yarn test
48
- run: ls -R test-results
0 commit comments