Skip to content

Commit f73028c

Browse files
reset to static version
1 parent c5c6419 commit f73028c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/visual_regression_test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ jobs:
4242
pid=$!
4343
echo "pid=$pid" >> $GITHUB_OUTPUT
4444
sleep 5
45-
46-
- name: get current playwright version
47-
id: get-playwright-version
48-
run: |
49-
PLAYWRIGHT_VERSION=$(npm --json list @playwright/test | jq --raw-output '.dependencies["@playwright/test"].version')
50-
echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV
5145
5246
- name: Run Visual Regression Tests
5347
uses: docker://mcr.microsoft.com/playwright:v1.55.0-jammy

0 commit comments

Comments
 (0)