From d82fc0d9559415759ec8b321558f223d87798d30 Mon Sep 17 00:00:00 2001 From: Ida Date: Wed, 20 May 2026 16:37:14 +0200 Subject: [PATCH] fix: tests on github --- .github/workflows/main_gateway-prod.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_gateway-prod.yml b/.github/workflows/main_gateway-prod.yml index bbddae66..5aef39be 100644 --- a/.github/workflows/main_gateway-prod.yml +++ b/.github/workflows/main_gateway-prod.yml @@ -19,8 +19,10 @@ jobs: test: runs-on: ubuntu-latest # Same GitHub Environment as deploy — CONFIG_KEY lives here (not on the build job). - environment: Production - url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} + environment: + name: 'Production' + url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} + steps: - uses: actions/checkout@v5