Update main.yml

This commit is contained in:
VirtuBox
2019-09-27 14:33:23 +02:00
committed by GitHub
parent fbec92c710
commit 26952ddb9f

View File

@@ -18,6 +18,6 @@ jobs:
sudo mkdir -p /etc/mysql/conf.d
echo -e '[client]\nuser = root\npassword = root\n' | sudo tee /etc/mysql/conf.d/my.cnf
- name: Install WordOps
run: sudo bash install --travis
run: sudo timeout 1800 bash install --travis
- name: Run tests
run: sudo bash tests/travis.sh --actions
run: sudo timeout 1800 bash tests/travis.sh --actions