From e063c1e537792d1cb425a5e020f598916e120715 Mon Sep 17 00:00:00 2001 From: Brian Botha Date: Wed, 20 Jul 2022 19:28:42 +1000 Subject: [PATCH] chore: updating the `.env.example` file Related #407 --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.example b/.env.example index 32c16f73cf..fde07c4fd5 100644 --- a/.env.example +++ b/.env.example @@ -31,3 +31,8 @@ AWS_SECRET_ACCESS_KEY= # Authenticate to GitHub with `gh` # GITHUB_TOKEN= + +# To allow testing different executables in the bin tests +# PK_TEST_DOCKER_IMAGE=$image #Specify the docker image that the `docker-run.sh` uses +# PK_TEST_COMMAND=scripts/docker-run.sh #Specify the executable we want to test against +# PK_TEST_PLATFORM=docker #Overrides the auto set `testPlatform` variable used for enabling platform specific tests