Skip to content

Commit

Permalink
test(e2e): refer to correct env variable for Playwright version (#8026)
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin authored Dec 12, 2024
1 parent fa403da commit cefd55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cache/ms-playwright
key: playwright-browsers-${{ vars.PLAYWRIGHT_VERSION }}
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}

- name: Install Playwright Browsers
if: steps.cache-playwright-browsers.outputs.cache-hit != 'true'
Expand Down

0 comments on commit cefd55a

Please sign in to comment.