File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Tests and publishing
22env :
33 FORCE_COLOR : 1
4- PLAYWRIGHT_BROWSERS_PATH : 0
54on :
65 push :
76 branches :
3130 uses : actions/cache@v3
3231 id : playwright-cache
3332 with :
34- path : |
35- ~/.cache/ms-playwright
36- node_modules/.cache/ms-playwright
33+ path : ~/.cache/ms-playwright
3734 key : ${{ runner.os }}-playwright-1.40.1
3835 restore-keys : |
3936 ${{ runner.os }}-playwright-
4340 run : npm ci
4441 - name : Install Playwright browsers
4542 run : npx playwright install --with-deps
43+ - name : Verify Playwright browsers installation
44+ run : ls -la ~/.cache/ms-playwright/ || echo "No playwright cache found"
4645 - name : Run tests
4746 run : npm test
4847 test_win :
6362 uses : actions/cache@v3
6463 id : playwright-cache
6564 with :
66- path : |
67- ~/.cache/ms-playwright
68- node_modules/.cache/ms-playwright
65+ path : ~/.cache/ms-playwright
6966 key : ${{ runner.os }}-playwright-1.40.1
7067 restore-keys : |
7168 ${{ runner.os }}-playwright-
You can’t perform that action at this time.
0 commit comments