Skip to content

Commit

Permalink
Fix cache issue on github action for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Jan 31, 2024
1 parent 8b33766 commit f4bdb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Playwright version
id: playwright-version
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').dependencies['@playwright/test'].version)")" >> $GITHUB_ENV
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').packages['node_modules/playwright'].version)")" >> $GITHUB_ENV

- name: Cache playwright binaries
uses: actions/cache@v3
Expand Down

0 comments on commit f4bdb15

Please sign in to comment.