mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-15 07:05:47 +01:00
Adjust caching checks
This commit is contained in:
parent
136411eb67
commit
dbb3aaf6fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/browsers.yml
vendored
2
.github/workflows/browsers.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
- name: Get installed Playwright version
|
||||
id: playwright-version
|
||||
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').packages[''].devDependencies['@playwright/test'])")" >> $GITHUB_ENV
|
||||
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').packages['node_modules/@playwright/test'].version)")" >> $GITHUB_ENV
|
||||
- name: Cache playwright binaries
|
||||
uses: actions/cache@v3
|
||||
id: playwright-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue