Skip to content

Commit

Permalink
Fix CircleCI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Feb 2, 2025
1 parent 5f79c20 commit 464bb7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version: 2.1
jobs:
test-remote:
docker:
- image: cimg/ruby:3.3.0
- image: mcr.microsoft.com/playwright:v1.45.0-jammy
command: /bin/sh -c "cd /home/pwuser ; npx --yes playwright@1.45.0 install && npx playwright@1.45.0 run-server --port 8888 --host 0.0.0.0 --path /ws"
- image: cimg/ruby:3.4.0
- image: mcr.microsoft.com/playwright:v1.50.1-noble
command: /bin/sh -c "cd /home/pwuser ; npx --yes playwright@1.50.1 install && npx playwright@1.50.1 run-server --port 8888 --host 0.0.0.0 --path /ws"
environment:
DEBUG: "pw:*"
user: pwuser
Expand Down

0 comments on commit 464bb7f

Please sign in to comment.