mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tests
This commit is contained in:
parent
8c404644b0
commit
659b889c09
2
.env.ci
2
.env.ci
@ -11,7 +11,7 @@ DB_USERNAME1=root
|
||||
DB_PASSWORD1=ninja
|
||||
DB_HOST1=127.0.0.1
|
||||
DB_DATABASE=ninja
|
||||
DB_USERNAME=room
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=ninja
|
||||
DB_HOST=127.0.0.1
|
||||
NINJA_ENVIRONMENT=hosted
|
||||
|
7
.github/workflows/phpunit.yml
vendored
7
.github/workflows/phpunit.yml
vendored
@ -52,12 +52,7 @@ jobs:
|
||||
- name: Start mysql service
|
||||
run: |
|
||||
sudo /etc/init.d/mysql start
|
||||
|
||||
- name: Sleep for 30 seconds to allow mysql to start
|
||||
uses: jakejarvis/wait-action@master
|
||||
with:
|
||||
time: '30s'
|
||||
|
||||
|
||||
- name: Verify MariaDB connection
|
||||
env:
|
||||
DB_PORT: ${{ job.services.mariadb.ports[3306] }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user