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

Ensure the ssl-reverse-proxy is available

parent 2cfe4e4f
No related branches found
No related tags found
No related merge requests found
Pipeline #85629 passed
......@@ -5,6 +5,10 @@ TESTSUITE_IMAGE="registry.git.autistici.org/noblogs/testsuite:main"
# Run a ssl-reverse-proxy in the background.
podman run -d --expose 8443 --rm --env PROXY_DOMAIN=noblogs.org --env PROXY_BACKEND_ADDR=localhost:8080 --network=host registry.git.autistici.org/pipelines/images/test/ssl-reverse-proxy:main
# Give the ssl-reverse-proxy a little time to start.
# (It would be better to probe the port)
sleep 3
# Run the test suite using Podman, in the foreground.
# Mount a local temporary directory to hold artifacts.
mkdir -p test-artifacts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment