Skip to content

Commit 871c15a

Browse files
committed
chore: Try integration test hostname in env file
1 parent 886a1c1 commit 871c15a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
5555
--user $(id -u):$(id -g) \
5656
--network=compas_default \
57-
ppodgorsek/robot-framework:7.1.0
57+
ppodgorsek/robot-framework:latest
5858
5959
- name: Created output directory (chromium)
6060
run: mkdir -p target/chromium
@@ -70,7 +70,7 @@ jobs:
7070
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
7171
--user $(id -u):$(id -g) \
7272
--network=compas_default \
73-
ppodgorsek/robot-framework:7.1.0
73+
ppodgorsek/robot-framework:latest
7474
7575
- name: Archive Robot Framework Reports
7676
if: failure()

compas/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
COMPAS_HOSTNAME=127.0.0.1
5+
COMPAS_HOSTNAME=compas_reverse-proxy_1
66
CONFIGURATION_LOCATION=/nginx.conf
77
BACKDOOR_PORT=8000
88
BACKDOOR_PATH=next

0 commit comments

Comments
 (0)