Skip to content

Commit

Permalink
mac mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 19, 2024
1 parent 462f5a6 commit d9e9174
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ jobs:
steps:
- name: Start MySQL
run: |
which mysql
which mysqladmin
brew install mysql
brew tap homebrew/services
brew services start mysql
sudo find / -name mysql.sock
mysqladmin --user=root --host=localhost password 'root'
which mysql
which mysqladmin
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
Expand Down

0 comments on commit d9e9174

Please sign in to comment.