Skip to content

Commit

Permalink
test: fix is_github_actions() test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed May 13, 2024
1 parent 65b9a82 commit 84bd21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/is_github_actions.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ setup () {

@test "is_github_actions()" {
source "${PROJECT_ROOT}/src/functions.sh"
GITHUB_ACTIONS=

run is_github_actions
assert_failure 1
Expand Down

0 comments on commit 84bd21f

Please sign in to comment.