Introducing the repository secret (#18)

* fixes #17
* corrections and adjustments
This commit is contained in:
Georg Lauterbach 2021-01-18 20:51:56 +01:00 committed by GitHub
parent a751b5018f
commit dba291dc43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 38 additions and 36 deletions

View file

@ -3,7 +3,7 @@
load 'test_helper/bats-support/load'
load 'test_helper/bats-assert/load'
NAME=${NAME:-'docker.io/mailserver/testing:latest'}
NAME=${NAME:-mailserver-testing:ci}
# default timeout is 120 seconds
TEST_TIMEOUT_IN_SECONDS=${TEST_TIMEOUT_IN_SECONDS-120}