Skip to content

Commit dca4281

Browse files
committed
nats for testing
1 parent 5124ca8 commit dca4281

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/on.pr.yml

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212

1313
runs-on: ubuntu-22.04
1414

15+
services:
16+
nats:
17+
image: nats:2.11.0
18+
ports:
19+
- 4222:4222
20+
1521
defaults:
1622
run:
1723
working-directory: api

0 commit comments

Comments
 (0)