Skip to content
Snippets Groups Projects
Commit 974a094f authored by Xiao Gui's avatar Xiao Gui
Browse files

fix tests yml

parent 73aca3a4
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment