update github actions

This commit is contained in:
VirtuBox
2019-10-08 02:41:42 +02:00
committed by GitHub
parent d8059f2652
commit 2eb6afe647

View File

@@ -15,10 +15,11 @@ jobs:
sudo apt update -qq sudo apt update -qq
sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php -y sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php -y
sudo apt-get -qq purge graphviz* redis* sudo apt-get -qq purge graphviz* redis*
sudo apt-get install -qq git python3-setuptools python3-dev python3-apt ccze tree sudo apt-get install -qq git python3-setuptools python3-dev python3-apt python3-wheel python3-pip ccze tree
sudo apt-get -qq autoremove --purge sudo apt-get -qq autoremove --purge
sudo mkdir -p /etc/mysql/conf.d sudo mkdir -p /etc/mysql/conf.d
echo -e '[client]\nuser = root\npassword = root\n' | sudo tee /etc/mysql/conf.d/my.cnf echo -e '[client]\nuser = root\npassword = root\n' | sudo tee /etc/mysql/conf.d/my.cnf
sudo python3 setup.py sdist bdist_wheel
- name: Install WordOps - name: Install WordOps
run: sudo timeout 1800 bash install --travis run: sudo timeout 1800 bash install --travis
- name: Run tests - name: Run tests