We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d37918 commit 5481e10Copy full SHA for 5481e10
.github/workflows/mt-data-api-sdk-js.yml
@@ -32,6 +32,7 @@ jobs:
32
- run: npm install -g grunt-cli
33
- run: npm install -g bower
34
- run: bower install
35
+ - run: sudo /etc/init.d/mysql start
36
- run: mysql -e 'CREATE DATABASE mt_test'
37
- run: sudo apt-get update
38
- run: sudo apt-get install cpanminus libplack-perl libdbd-mysql-perl curl 2>&1
0 commit comments