Skip to content

Commit a211019

Browse files
committed
Set hostname for deployment tests
1 parent 647f7b9 commit a211019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_aws_integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
NEBARI_CONFIG_PATH: ${{ steps.init.outputs.config }}
111111
KEYCLOAK_USERNAME: ${{ env.TEST_USERNAME }}
112112
KEYCLOAK_PASSWORD: ${{ env.TEST_PASSWORD }}
113+
NEBARI_HOSTNAME: ${{ steps.init.outputs.domain }}
113114
run: |
114115
pytest tests/tests_deployment/ -v -s
115116

0 commit comments

Comments
 (0)