diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 66e3aae8..dce99116 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -151,6 +151,8 @@ jobs: - name: Run build run: npm run build cypress: + env: + HIDE_DISCLAIMER: true runs-on: ubuntu-latest needs: - test @@ -180,7 +182,6 @@ jobs: env: DB_USER: ${{ env.DB_USERNAME }} DB_PASSWORD: ${{ env.DB_PASSWORD }} - HIDE_DISCLAIMER: true run: | cd development touch .env.ocr diff --git a/apps/server-asset-sg/.env b/apps/server-asset-sg/.env index 323c1aeb..bc9b2262 100644 --- a/apps/server-asset-sg/.env +++ b/apps/server-asset-sg/.env @@ -13,6 +13,6 @@ OAUTH_SHOW_DEBUG_INFO=true OAUTH_TOKEN_ENDPOINT=http://localhost:4011/connect/token OAUTH_AUTHORIZED_GROUPS=assets.swissgeol ANONYMOUS_MODE=false -HIDE_DISCLAIMER=false +; HIDE_DISCLAIMER=false OCR_SERVICE_URL=http://localhost:5052