Skip to content

Commit

Permalink
Run MySQL explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Takatsugu Shigeta committed Nov 5, 2024
1 parent 7d37918 commit 5481e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mt-data-api-sdk-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- run: npm install -g grunt-cli
- run: npm install -g bower
- run: bower install
- run: sudo /etc/init.d/mysql start
- run: mysql -e 'CREATE DATABASE mt_test'
- run: sudo apt-get update
- run: sudo apt-get install cpanminus libplack-perl libdbd-mysql-perl curl 2>&1
Expand Down

0 comments on commit 5481e10

Please sign in to comment.