Skip to content

Commit

Permalink
Try and get gh actions working
Browse files Browse the repository at this point in the history
  • Loading branch information
danielholmes committed Apr 9, 2020
1 parent 7bbae87 commit 1e99c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update -qq
- name: "Install mysql"
run: sudo apt install -y mysql-server
run: sudo apt install -y mysql-server mysql-client
- name: "Configure MySQL"
run: sudo mysqladmin -u root password github
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 1e99c76

Please sign in to comment.