Fixes for github actions
This commit is contained in:
parent
b423ae0cfe
commit
34aa2f29ed
|
|
@ -49,6 +49,11 @@ jobs:
|
||||||
MYSQL_ROOT_PASSWORD: ninja
|
MYSQL_ROOT_PASSWORD: ninja
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Add hosts to /etc/hosts
|
||||||
|
run: |
|
||||||
|
sudo echo "127.0.0.1 ninja.test" | sudo tee -a /etc/hosts
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Start mysql service
|
- name: Start mysql service
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue