Skip to content

Commit c0c39a8

Browse files
committed
fix: ci
1 parent 2f8df95 commit c0c39a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106

107107
- name: Start PostgreSQL
108108
run: |
109-
brew info postgresql
110-
brew services start postgresql -v
109+
brew info postgresql@14
110+
brew services start postgresql@14 -v
111111
tail -n 100 /usr/local/var/log/postgres*.log
112112
env:
113113
PGUSER: postgres

0 commit comments

Comments
 (0)