chore(gitlab ci): don't expose PGHOST to postgres container
This commit is contained in:
parent
79f9890a4a
commit
a2c6c48af6
@ -14,7 +14,6 @@ variables:
|
||||
POSTGRES_DB: uniworx_test
|
||||
POSTGRES_USER: uniworx
|
||||
POSTGRES_PASSWORD: uniworx
|
||||
PGHOST: postgres
|
||||
|
||||
stages:
|
||||
- setup
|
||||
@ -185,6 +184,7 @@ yesod:test:
|
||||
|
||||
stage: test
|
||||
script:
|
||||
- export PGHOST=postgres
|
||||
- stack test --coverage --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic --skip hlint
|
||||
needs:
|
||||
- frontend:build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user