mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: Ensure env in CI
This commit is contained in:
+3
-1
@@ -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