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 91d8745 commit 185b0b7Copy full SHA for 185b0b7
1 file changed
.github/workflows/ci.yml
@@ -52,12 +52,12 @@ jobs:
52
test:
53
runs-on: ubuntu-latest
54
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
+ services:
+ upright-playwright:
+ image: jacoblincool/playwright:chromium-server-1.55.0
+ ports:
+ - 53333:53333
+
61
steps:
62
- name: Checkout code
63
uses: actions/checkout@v5
0 commit comments