mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Set proper node environment for testing
This commit is contained in:
parent
9416debc4a
commit
d5f61239ce
1 changed files with 1 additions and 0 deletions
1
.github/workflows/retrospring.yml
vendored
1
.github/workflows/retrospring.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
|
||||
env:
|
||||
RAILS_ENV: test
|
||||
NODE_ENV: test
|
||||
POSTGRES_HOST: localhost
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
Loading…
Reference in a new issue