mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-12 20:12:43 +01:00
Test CI
This commit is contained in:
5
.github/workflows/github_ci_php71_pgsql.yml
vendored
5
.github/workflows/github_ci_php71_pgsql.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
image: postgres
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_DB: postgres
|
||||
# Set health checks to wait until postgres has started
|
||||
options: >-
|
||||
--health-cmd pg_isready
|
||||
@@ -141,7 +143,8 @@ jobs:
|
||||
sudo /etc/init.d/postgresql restart
|
||||
|
||||
#$(PGPASSWORD="postgres"; psql -h 127.0.0.1 -p 5432 -U postgres -l -A)
|
||||
psql -h 127.0.0.1 -p 5432 -U postgres -l -A
|
||||
psql postgresql://postgres:postgres@127.0.0.1:5432 -l -A
|
||||
#psql -h 127.0.0.1 -p 5432 -U postgres -l -A
|
||||
|
||||
echo sudo pgloader mysql://root:password@127.0.0.1/travis postgresql://postgres:postgres@127.0.0.1:5432/travis
|
||||
sudo mkdir -p /tmp/pgloader
|
||||
|
||||
Reference in New Issue
Block a user