Extract e2e test environment variables into file.
This commit is contained in:

committed by
Sebastian Serth

parent
fa04ed8ad4
commit
f16efa65b7
7
.github/workflows/resources/.env
vendored
Normal file
7
.github/workflows/resources/.env
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
POSEIDON_AWS_ENABLED="false"
|
||||
POSEIDON_AWS_ENDPOINT="${POSEIDON_AWS_ENDPOINT}"
|
||||
POSEIDON_AWS_FUNCTIONS=""
|
||||
POSEIDON_LOGGER_FORMATTER="JSONFormatter"
|
||||
POSEIDON_LOG_FILE="${GITHUB_WORKSPACE}/poseidon.log"
|
||||
POSEIDON_NOMAD_DISABLEFORCEPULL="true"
|
||||
GOCOVERDIR="${GITHUB_WORKSPACE}/coverage"
|
Reference in New Issue
Block a user