ci: start over wirh builtin mysql]

Signed-off-by: Agnes Lin <agneslin.lin@ibm.com>
This commit is contained in:
Agnes Lin 2021-04-11 22:57:39 -04:00
parent d43d2c0900
commit 00609b9cbb
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps: steps:
- name: Shutdown Ubuntu MySQL (SUDO) # - name: Shutdown Ubuntu MySQL (SUDO)
run: sudo service mysql stop # run: sudo service mysql stop
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}