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

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

0 comments on commit ad89f00

Please sign in to comment.