From 974a094f8bcd836bbb75d1240d3823874c025ae6 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Fri, 22 Jul 2022 18:44:36 +0200 Subject: [PATCH] fix tests yml --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f5aae140..4d31798be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,11 +37,6 @@ jobs: node-version: 16.x - run: npm i - run: | - if [[ "$GITHUB_REF" = *hotfix* ]] - then - export SIIBRA_API_ENDPOINTS=https://siibra-api-rc.apps.hbp.eu/v2_0 - echo 'export const environment = { "SIIBRA_API_ENDPOINTS": "https://siibra-api-rc.apps.hbp.eu/v2_0" }' > src/environments/environment.common.ts - fi npm run test-ci backend: -- GitLab