Skip to content

Commit

Permalink
chore: Try integration test hostname in env file
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Sep 17, 2024
1 parent 886a1c1 commit 871c15a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-integration-tests-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
--user $(id -u):$(id -g) \
--network=compas_default \
ppodgorsek/robot-framework:7.1.0
ppodgorsek/robot-framework:latest
- name: Created output directory (chromium)
run: mkdir -p target/chromium
Expand All @@ -70,7 +70,7 @@ jobs:
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
--user $(id -u):$(id -g) \
--network=compas_default \
ppodgorsek/robot-framework:7.1.0
ppodgorsek/robot-framework:latest
- name: Archive Robot Framework Reports
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion compas/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

COMPAS_HOSTNAME=127.0.0.1
COMPAS_HOSTNAME=compas_reverse-proxy_1
CONFIGURATION_LOCATION=/nginx.conf
BACKDOOR_PORT=8000
BACKDOOR_PATH=next

0 comments on commit 871c15a

Please sign in to comment.