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 d9e9174 commit 1339b4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,14 @@ jobs:
steps:
- name: Start MySQL
run: |
which mysql
which mysqladmin
which mysql || echo "missing"
which mysqladmin || echo "missing"
brew install mysql
brew tap homebrew/services
brew services start mysql
which mysql
which mysqladmin
# mysqladmin --user=root --host=localhost password 'root'
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
Expand Down

0 comments on commit 1339b4f

Please sign in to comment.