Skip to content

Commit 185b0b7

Browse files
committed
Add the playwright server in CI
1 parent 91d8745 commit 185b0b7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
test:
5353
runs-on: ubuntu-latest
5454

55-
# services:
56-
# redis:
57-
# image: valkey/valkey:8
58-
# ports:
59-
# - 6379:6379
60-
# options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
55+
services:
56+
upright-playwright:
57+
image: jacoblincool/playwright:chromium-server-1.55.0
58+
ports:
59+
- 53333:53333
60+
6161
steps:
6262
- name: Checkout code
6363
uses: actions/checkout@v5

0 commit comments

Comments
 (0)