File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 6060 key : ${{ runner.os }}-playwright-${{ steps.cache_key_values.outputs.week_num }}-${{ steps.cache_key_values.outputs.playwright_version }}-${{ hashFiles('**/playwright.config*') }}
6161
6262 - name : " Install Playwright browsers"
63- if : steps.playwright-cache.outputs.cache-hit != 'true'
6463 run : |
6564 npx playwright install --with-deps
6665
Original file line number Diff line number Diff line change 5959 key : ${{ runner.os }}-playwright-${{ steps.cache_key_values.outputs.week_num }}-${{ steps.cache_key_values.outputs.playwright_version }}-${{ hashFiles('**/playwright.config*') }}
6060
6161 - name : " Install Playwright browsers"
62- if : steps.playwright-cache.outputs.cache-hit != 'true'
6362 run : |
6463 npx playwright install --with-deps
6564
You can’t perform that action at this time.
0 commit comments