We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c45465 commit eaeea7dCopy full SHA for eaeea7d
2 files changed
.github/workflows/ci-socket.io-cluster-engine.yml
@@ -24,6 +24,17 @@ jobs:
24
runs-on: ubuntu-latest
25
timeout-minutes: 10
26
27
+ services:
28
+ redis:
29
+ image: redis:7
30
+ options: >-
31
+ --health-cmd "redis-cli ping"
32
+ --health-interval 10s
33
+ --health-timeout 5s
34
+ --health-retries 5
35
+ ports:
36
+ - 6379:6379
37
+
38
steps:
39
- name: Checkout repository
40
uses: actions/checkout@v6
.github/workflows/ci-socket.io-postgres-emitter.yml
@@ -1,4 +1,4 @@
1
-name: CI (socket.io-postgres-emitter)
+name: CI (@socket.io/postgres-emitter)
2
3
on:
4
push:
@@ -47,7 +47,7 @@ jobs:
47
run: npm ci
48
49
- name: Compile package
50
- run: npm run compile --workspace=socket.io-postgres-emitter
+ run: npm run compile --workspace=@socket.io/postgres-emitter
51
52
- name: Compile dev dependencies
53
run: |
0 commit comments