Skip to content

Commit

Permalink
Determine playwright image tag from the version of playwright in use
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed Sep 6, 2024
1 parent 40cd0bc commit 8b3f7bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ jobs:
npm ls playwright --json=true
PLAYWRIGHT_VERSION="$(npm ls playwright --json=true | jq -r '.dependencies.playwright.version')"
PLAYWRIGHT_VERSION="1.46.1"
docker run --rm \
-v$(pwd):/app:z \
Expand Down

0 comments on commit 8b3f7bc

Please sign in to comment.