mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
ci: add missing env vars for integration tests
This commit is contained in:
parent
d42b56a52f
commit
c0bf5f36c2
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci-cd.yml
vendored
7
.github/workflows/ci-cd.yml
vendored
|
@ -105,7 +105,14 @@ jobs:
|
|||
# health test succeeded, so proceed with integration tests
|
||||
JEST_JUNIT_OUTPUT_NAME=integration-jest-results.xml npm run test:integration -- --reporters=jest-junit
|
||||
env:
|
||||
API_HOST: ${{ secrets.API_HOST }}
|
||||
ASSET_HOST: ${{ secrets.ASSET_HOST }}
|
||||
BACKPACK_HOST: ${{ secrets.BACKPACK_HOST }}
|
||||
CLOUDDATA_HOST: ${{ secrets.CLOUDDATA_HOST }}
|
||||
PROJECT_HOST: ${{ secrets.PROJECT_HOST }}
|
||||
ROOT_URL: ${{ secrets.ROOT_URL }}
|
||||
STAGING_HOST: ${{ secrets.STAGING_HOST }}
|
||||
STATIC_HOST: ${{ secrets.STATIC_HOST }}
|
||||
|
||||
# test/integration-legacy/selenium-helpers.js
|
||||
CI: "true"
|
||||
|
|
Loading…
Reference in a new issue