Skip to content

Commit af1319a

Browse files
committed
fixed config
1 parent d6ccc63 commit af1319a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818

1919
- name: prepare
2020
run: >
21-
composer install && \
21+
composer install
22+
- name: run postgresql server
23+
run: >
2224
docker compose up -d
2325
2426
- name: cs

0 commit comments

Comments
 (0)