This commit is contained in:
Stefan Zweifel 2020-09-13 13:26:59 +02:00
parent e7d387edc1
commit 8aa3e32717
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,8 @@
#!/usr/bin/env bats
setup() {
. shellmock
# Build World
export test_repository="${BATS_TEST_DIRNAME}/test_repo"
@ -24,8 +26,6 @@ setup() {
export INPUT_TAGGING_MESSAGE=""
export INPUT_PUSH_OPTIONS=""
export INPUT_SKIP_DIRTY_CHECK=false
. shellmock
}
teardown() {