Skip to content

Commit d19fae6

Browse files
Updated env paths in ci-multi-server-tests.yml
1 parent b345c13 commit d19fae6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-multi-server-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
env:
3131
MULTI_SERVER_ENV_DOCKER_BUILD_OS: ubuntu24
3232
MULTI_SERVER_LOG_DIR: build/tests/multi-server/freeradius-multi-server-test-runtime-logs
33-
MULTI_SERVER_TEST_RESULTS_LOG: ${MULTI_SERVER_LOG_DIR}/multi-server-test-results-combined.log
34-
MULTI_SERVER_TEST_LISTENER_LOG: ${MULTI_SERVER_LOG_DIR}/multi-server-test-listener-combined.log
33+
MULTI_SERVER_TEST_RESULTS_LOG: build/tests/multi-server/freeradius-multi-server-test-runtime-logs/multi-server-test-results-combined.log
34+
MULTI_SERVER_TEST_LISTENER_LOG: build/tests/multi-server/freeradius-multi-server-test-runtime-logs/multi-server-test-listener-combined.log
3535

3636
steps:
3737
# Checkout, but defer pulling LFS objects until we've restored the cache
@@ -187,8 +187,8 @@ jobs:
187187

188188
env:
189189
MULTI_SERVER_LOG_DIR: build/tests/multi-server/freeradius-multi-server-test-runtime-logs
190-
MULTI_SERVER_TEST_RESULTS_LOG: ${MULTI_SERVER_LOG_DIR}/multi-server-test-results-combined.log
191-
MULTI_SERVER_TEST_LISTENER_LOG: ${MULTI_SERVER_LOG_DIR}/multi-server-test-listener-combined.log
190+
MULTI_SERVER_TEST_RESULTS_LOG: build/tests/multi-server/freeradius-multi-server-test-runtime-logs/multi-server-test-results-combined.log
191+
MULTI_SERVER_TEST_LISTENER_LOG: build/tests/multi-server/freeradius-multi-server-test-runtime-logs/multi-server-test-listener-combined.log
192192

193193
container:
194194
image: docker.internal.networkradius.com/self-hosted

0 commit comments

Comments
 (0)