Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Sep 11, 2024
1 parent f7abf16 commit 90a61d9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,15 @@ jobs:

- name: Start PostgreSQL
run: |
brew info postgresql@14
brew services start postgresql@14 -v
tail -n 100 /usr/local/var/log/postgres*.log
env:
PGUSER: postgres
PGDATABASE: postgres
brew install postgresql
brew info postgresql
brew services start postgresql -v
- name: Start MySQL
run: |
brew install mysql
brew info mysql
brew services restart mysql -v
brew services start mysql -v
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 90a61d9

Please sign in to comment.