mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-08 18:04:36 -04:00
Fixes for github actions
This commit is contained in:
parent
b423ae0cfe
commit
34aa2f29ed
5
.github/workflows/phpunit.yml
vendored
5
.github/workflows/phpunit.yml
vendored
@ -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…
x
Reference in New Issue
Block a user