Skip to content

Commit 9860a0f

Browse files
authored
Update playwright.yml
1 parent 78c5ebb commit 9860a0f

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,10 +19,10 @@ jobs:
1919

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

0 commit comments

Comments
 (0)