fix: tests on github
This commit is contained in:
parent
0c2082896c
commit
d82fc0d955
1 changed files with 4 additions and 2 deletions
6
.github/workflows/main_gateway-prod.yml
vendored
6
.github/workflows/main_gateway-prod.yml
vendored
|
|
@ -19,8 +19,10 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Same GitHub Environment as deploy — CONFIG_KEY lives here (not on the build job).
|
# Same GitHub Environment as deploy — CONFIG_KEY lives here (not on the build job).
|
||||||
environment: Production
|
environment:
|
||||||
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
|
name: 'Production'
|
||||||
|
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue