From 62749ba74fd82a86a30f2e65b8830724a8e6f445 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 5 Jan 2023 13:52:54 +0100 Subject: CI: Support overriding docker-compose with podman-compose Useful if symlinking is not an option due to having docker-compose and podman-compose installed. You can change $PATH just for this repo but that's messy. --- docs/src/gettingstarted/testing.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/src/gettingstarted/testing.md b/docs/src/gettingstarted/testing.md index 079c052..7c26202 100644 --- a/docs/src/gettingstarted/testing.md +++ b/docs/src/gettingstarted/testing.md @@ -29,6 +29,7 @@ This script is also used in the continuous integration, so we recommend to run t There are other environment variables that can be used: - `OAUTH_EXPIRED_TTL`: Use this for a server which has a low OAuth access token expiry time, e.g. 10 seconds. You would then set this variable to `"10"` so that a test is ran which waits for 10 seconds for the OAuth tokens to expire +- `EDUVPN_PODCOMP`: Set this to 1 to instruct the `./ci/startcompose.sh` script to use [podman-compose](https://github.com/containers/podman-compose) if you prefer this over using docker-compose. ## Testing the wrappers To test the wrappers, issue the following command in a shell (you will need dependencies for all wrappers if you do this[^1]): -- cgit v1.2.3