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 bbfc934 commit 8212a8a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,9 @@ jobs:

- name: Start MySQL
run: |
brew services stop mysql
brew install [email protected]
brew info [email protected]
brew services restart [email protected] -v
brew install mysql
brew info mysql
brew services start mysql -v
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8212a8a

Please sign in to comment.