fix: tests on github
This commit is contained in:
parent
0c2082896c
commit
d82fc0d955
1 changed files with 4 additions and 2 deletions
4
.github/workflows/main_gateway-prod.yml
vendored
4
.github/workflows/main_gateway-prod.yml
vendored
|
|
@ -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
|
||||
environment:
|
||||
name: 'Production'
|
||||
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue