Skip to content

Commit 9228f25

Browse files
committed
Add ENVs to up
1 parent a37d01b commit 9228f25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ test: run-test cleanup-test
2929
run-test:
3030
TEST_ADDR="${TEST_ADDR}" \
3131
IMAGE_TAG="${IMAGE_TAG}" \
32+
DMARC_SRG_UI_PASSWORD="public" \
33+
# Random port maybe free ?
34+
DMARC_SRG_HTTP_ADDRESS="8912" \
3235
docker-compose -f docker-compose-latest.test.yml up --exit-code-from=sut --abort-on-container-exit
3336

3437
cleanup-test:

0 commit comments

Comments
 (0)