Skip to content

Commit 84bd21f

Browse files
committed
test: fix is_github_actions() test
1 parent 65b9a82 commit 84bd21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/is_github_actions.bats

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ setup () {
1212

1313
@test "is_github_actions()" {
1414
source "${PROJECT_ROOT}/src/functions.sh"
15+
GITHUB_ACTIONS=
1516

1617
run is_github_actions
1718
assert_failure 1

0 commit comments

Comments
 (0)