Skip to content

Commit 3fe4e48

Browse files
authored
Update playwright.yml
1 parent 5cac5a7 commit 3fe4e48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919

2020
- name: Extract Playwright version for caching browser executables
2121
id: playwright-version
22-
run: echo "PLAYWRIGHT_VERSION=$(jq '.devDependencies["@playwright/test"]' package.json -r)" >> $GITHUB_ENV
23-
- name: Echo playwright version
24-
run: echo ${{ env.PLAYWRIGHT_VERSION }}
22+
run: |
23+
echo "PLAYWRIGHT_VERSION=$(jq '.devDependencies["@playwright/test"]' package.json -r)" >> $GITHUB_ENV
24+
echo playwright version "${{ env.PLAYWRIGHT_VERSION }}"
2525
- name: Cache playwright binaries
2626
uses: actions/cache@v4
2727
id: playwright-cache

0 commit comments

Comments
 (0)