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 272a27e commit cecdbbd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,10 @@ jobs:
steps:
- name: Start MySQL
run: |
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'
mysqladmin --user=root --password='' --socket='' 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 cecdbbd

Please sign in to comment.