We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is_github_actions()
1 parent 65b9a82 commit 84bd21fCopy full SHA for 84bd21f
test/is_github_actions.bats
@@ -12,6 +12,7 @@ setup () {
12
13
@test "is_github_actions()" {
14
source "${PROJECT_ROOT}/src/functions.sh"
15
+ GITHUB_ACTIONS=
16
17
run is_github_actions
18
assert_failure 1
0 commit comments