remove bad command
This commit is contained in:
parent
6767537ab8
commit
1e52354d21
@ -54,8 +54,6 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/.cache/ms-playwright
|
~/.cache/ms-playwright
|
||||||
key: ${{ runner.os }}-playwright-${{ hashFiles('**/poetry.lock') }}
|
key: ${{ runner.os }}-playwright-${{ hashFiles('**/poetry.lock') }}
|
||||||
- name: Install dependencies
|
|
||||||
run: npm ci
|
|
||||||
- name: Install playwright deps
|
- name: Install playwright deps
|
||||||
run: poetry run playwright install chromium
|
run: poetry run playwright install chromium
|
||||||
if: steps.playwright-cache.outputs.cache-hit != 'true'
|
if: steps.playwright-cache.outputs.cache-hit != 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user