We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacf4e4 commit 7bbb243Copy full SHA for 7bbb243
tests.sh
@@ -38,7 +38,7 @@ test()
38
}
39
40
cur=$(cd "$(dirname "${0}")" && pwd)
41
-in_cicd="${GITHUB_WORKFLOW:-}"
+in_cicd="${GITHUB_ACTIONS:-}"
42
43
if [ -n "${in_cicd}" ]; then
44
# patch TERM var in ci/cd
0 commit comments