WIP
This commit is contained in:
parent
e7d387edc1
commit
8aa3e32717
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env bats
|
#!/usr/bin/env bats
|
||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
|
. shellmock
|
||||||
|
|
||||||
# Build World
|
# Build World
|
||||||
export test_repository="${BATS_TEST_DIRNAME}/test_repo"
|
export test_repository="${BATS_TEST_DIRNAME}/test_repo"
|
||||||
|
|
||||||
|
@ -24,8 +26,6 @@ setup() {
|
||||||
export INPUT_TAGGING_MESSAGE=""
|
export INPUT_TAGGING_MESSAGE=""
|
||||||
export INPUT_PUSH_OPTIONS=""
|
export INPUT_PUSH_OPTIONS=""
|
||||||
export INPUT_SKIP_DIRTY_CHECK=false
|
export INPUT_SKIP_DIRTY_CHECK=false
|
||||||
|
|
||||||
. shellmock
|
|
||||||
}
|
}
|
||||||
|
|
||||||
teardown() {
|
teardown() {
|
||||||
|
|
Loading…
Reference in New Issue