Skip to content

Commit

Permalink
update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Dec 13, 2024
1 parent 9864d4d commit 61b5d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks:
dir: tests/data
# Login, and create a project
- cmd: |
docker run --rm --ipc=host --net=host -e SSH_PUBLIC_KEY="$(cat ./data/gitlab-test-ssh-key.pub)" -e PROJECT_NAME="${PROJECT_NAME}" --mount type=bind,source="$(pwd)",target=/app mcr.microsoft.com/playwright:v1.43.1-jammy sh -c " \
docker run --rm --ipc=host --net=host -e SSH_PUBLIC_KEY="$(cat ./data/gitlab-test-ssh-key.pub)" -e PROJECT_NAME="${PROJECT_NAME}" --mount type=bind,source="$(pwd)",target=/app mcr.microsoft.com/playwright:v1.49.1-jammy sh -c " \
cd app && \
npm ci && \
npx playwright test \
Expand Down

0 comments on commit 61b5d25

Please sign in to comment.