We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c5ebb commit 9860a0fCopy full SHA for 9860a0f
.github/workflows/playwright.yml
@@ -19,10 +19,10 @@ jobs:
19
20
- name: Extract Playwright version for caching browser executables
21
id: playwright-version
22
- run: |
+ run:
23
echo "PLAYWRIGHT_VERSION=$(jq '.devDependencies["@playwright/test"]' package.json -r)" >> $GITHUB_ENV
24
- echo playwright version
25
- echo ${{ env.PLAYWRIGHT_VERSION }}
+ - name: Playwright version
+ run: ${{ env.PLAYWRIGHT_VERSION }}
26
- name: Cache playwright binaries
27
uses: actions/cache@v4
28
id: playwright-cache
0 commit comments