Skip to content
Snippets Groups Projects
Commit c5edf164 authored by ale's avatar ale
Browse files

Export TARGET_ADDR to the test suite

parent 302da3ad
Branches
No related tags found
1 merge request!469Run ci-test with actual data
Pipeline #85434 canceled
......@@ -3,5 +3,5 @@
TESTSUITE_IMAGE="registry.git.autistici.org/noblogs/testsuite:main"
# Run the test suite using Podman, in the foreground.
exec podman run --rm --pull=always --network=host ${TESTSUITE_IMAGE}
exec podman run --rm --pull=always --env TARGET_ADDR=${TARGET_ADDR} --network=host ${TESTSUITE_IMAGE}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment