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

- name: Start MySQL
run: |
brew install mysql
brew info mysql
brew services start mysql -v
brew install mysql@8.4
brew info mysql@8.4
brew services start mysql@8.4 -v
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit eba4454

Please sign in to comment.