Commit 13d404b 1 parent de8eb28 commit 13d404b Copy full SHA for 13d404b
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -167,14 +167,14 @@ jobs:
167
167
npm-ci-flags : ' --legacy-peer-deps'
168
168
169
169
# See https://playwright.dev/python/docs/ci#caching-browsers
170
- - name : Cache Playwright browser
171
- id : cache-browser
172
- uses : actions/cache@v3
173
- with :
174
- path : /home/runner/.cache/ms-playwright
175
- key : ${{ runner.os }}-${{ matrix.browser }}-playwright-${{ hashFiles('requirements/ci.txt') }}
170
+ # - name: Cache Playwright browser
171
+ # id: cache-browser
172
+ # uses: actions/cache@v3
173
+ # with:
174
+ # path: /home/runner/.cache/ms-playwright
175
+ # key: ${{ runner.os }}-${{ matrix.browser }}-playwright-${{ hashFiles('requirements/ci.txt') }}
176
176
177
- - name : Install playwright deps
177
+ - name : Install playwright
178
178
run : playwright install --with-deps ${{ matrix.browser }}
179
179
180
180
- name : Run testsuite
You can’t perform that action at this time.
0 commit comments