We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982aec7 commit 9f4ef44Copy full SHA for 9f4ef44
1 file changed
.github/workflows/nodejs.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Start Mysql
68
## arm64/x86 homebrew mysql path different
69
- run: /usr/local/opt/[email protected]/bin/mysql.server start || /opt/homebrew/Cellar/mysql@5.7/5.7.44_1/bin/mysql.server start
+ run: brew services start mysql
70
71
- name: Install Npm
72
run: npm i -g npm@9
0 commit comments