Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Oct 11, 2024
1 parent 78511b2 commit c02fc46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions labs/run-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

ink "Run test on internals"
"$DIR"/1_internals/ci.sh
echo
ink "Success"
ink "Run test on authorization"
"$DIR"/2_authorization/ci.sh
echo
ink "Success"
ink "Run test on policies"
"$DIR"/3_policies/ci-openshift.sh
echo
ink "Success"
# ink "Run test on computational resources"
# "$DIR"/4_computational_resources/ci.sh

0 comments on commit c02fc46

Please sign in to comment.