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 78511b2 commit c02fc46Copy full SHA for c02fc46
labs/run-all.sh
@@ -6,12 +6,12 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
6
7
ink "Run test on internals"
8
"$DIR"/1_internals/ci.sh
9
-echo
+ink "Success"
10
ink "Run test on authorization"
11
"$DIR"/2_authorization/ci.sh
12
13
ink "Run test on policies"
14
"$DIR"/3_policies/ci-openshift.sh
15
16
# ink "Run test on computational resources"
17
# "$DIR"/4_computational_resources/ci.sh
0 commit comments