fix: Ensure env in CI
This commit is contained in:
@ -24,7 +24,9 @@ before_script:
|
|||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Unit and Integration tests
|
- stage: Unit and Integration tests
|
||||||
script: npm test
|
script:
|
||||||
|
- npm run ensure-env
|
||||||
|
- npm test
|
||||||
|
|
||||||
- stage: Artifacts builds
|
- stage: Artifacts builds
|
||||||
if: branch = master && type != pull_request
|
if: branch = master && type != pull_request
|
||||||
|
Reference in New Issue
Block a user