diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47df1bb53233eb8ff5c3a70cebe7c9425c2eeb59..f084ac2010fe12bb85d640c634fdda21594c2c04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: if [[ "$GITHUB_REF" = *hotfix* ]] || [[ "$GITHUB_REF" = refs/heads/staging ]] then export SIIBRA_API_ENDPOINTS=https://siibra-api-rc.apps.hbp.eu/v2_0 - node src/environments/parseEnv.js ./environment.common.ts + node src/environments/parseEnv.js ./environment.ts fi npm run test-ci