Skip to content

Commit f0a7f76

Browse files
committed
[action]: run compose before test;
for controllers
1 parent 67421cb commit f0a7f76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
node-version: ${{ matrix.node-version }}
2222

2323
- name: 'Installing pnpm'
24-
run: npm i -g pnpm
24+
run: npm i -g pnpm
2525
- name: 'Installing deps'
2626
run: pnpm i
27+
- name: 'Run Docker Compose'
28+
run: docker compose up -d
2729
- name: 'Run Server'
2830
run: pnpm start &
2931
- name: 'Run Tests'

0 commit comments

Comments
 (0)