Set proper node environment for testing
This commit is contained in:
parent
9416debc4a
commit
d5f61239ce
|
@ -29,6 +29,7 @@ jobs:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
|
NODE_ENV: test
|
||||||
POSTGRES_HOST: localhost
|
POSTGRES_HOST: localhost
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
|
Loading…
Reference in New Issue