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