Skip to content

Commit eaeea7d

Browse files
ci: one workflow per workspace (4)
1 parent 3c45465 commit eaeea7d

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/ci-socket.io-cluster-engine.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ jobs:
2424
runs-on: ubuntu-latest
2525
timeout-minutes: 10
2626

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+
2738
steps:
2839
- name: Checkout repository
2940
uses: actions/checkout@v6

.github/workflows/ci-socket.io-postgres-emitter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI (socket.io-postgres-emitter)
1+
name: CI (@socket.io/postgres-emitter)
22

33
on:
44
push:
@@ -47,7 +47,7 @@ jobs:
4747
run: npm ci
4848

4949
- name: Compile package
50-
run: npm run compile --workspace=socket.io-postgres-emitter
50+
run: npm run compile --workspace=@socket.io/postgres-emitter
5151

5252
- name: Compile dev dependencies
5353
run: |

0 commit comments

Comments
 (0)