We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c6419 commit f73028cCopy full SHA for f73028c
.github/workflows/visual_regression_test.yml
@@ -42,12 +42,6 @@ jobs:
42
pid=$!
43
echo "pid=$pid" >> $GITHUB_OUTPUT
44
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
51
52
- name: Run Visual Regression Tests
53
uses: docker://mcr.microsoft.com/playwright:v1.55.0-jammy
0 commit comments