Skip to content

Commit

Permalink
fix(cache): use actual playwright version instead of range for cache …
Browse files Browse the repository at this point in the history
…key (#206)
  • Loading branch information
CorentinTh authored Sep 21, 2024
1 parent c4520c2 commit 4b2e1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Get Playwright version
id: playwright-version
run: echo "PLAYWRIGHT_VERSION=$(jq -r .devDependencies.\"@playwright/test\" package.json)" >> "$GITHUB_OUTPUT"
run: echo "PLAYWRIGHT_VERSION=$(pnpm list --json | jq -r .[0].devDependencies.\"@playwright/test\".version)" >> "$GITHUB_OUTPUT"

- name: Install dependencies
run: pnpm i
Expand Down

0 comments on commit 4b2e1e2

Please sign in to comment.