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 22f6f7b commit 8fe639bCopy full SHA for 8fe639b
1 file changed
tools/github_actions_test.sh
@@ -13,7 +13,7 @@ elif [[ "${CI_OS_NAME}" == "macos"* ]]; then
13
fi
14
elif [[ "${CI_OS_NAME}" == "windows"* ]]; then
15
CONDITION="not (slowtest or pgtest)"
16
-else:
+else
17
echo "✕ ERROR: Unrecognized CI_OS_NAME=${CI_OS_NAME}"
18
exit 1
19
0 commit comments