Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 5, 2023
1 parent 7ea4668 commit ff07fcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ jobs:
# 1 0 = 2: CI/CD with Bypass Opt, aka Admit Tested and when Test is OFF, Admit when Test OFF
# 1 1 = 3: Never build and publish, aka No Admitance, guarantee NO Dockerhub publish
echo "++++ $DOCKER_POLICY ++++"
if [[ $DOCKER_JOB_ON == "true" ]]; then
if [[ $DOCKER_JOB_POLICY == "ALWAYS_BUILD_N_PUBLSIH_DOCKER" ]]; then
Expand All @@ -178,6 +180,8 @@ jobs:
echo "DOCKER_POLICY=3" >> $GITHUB_OUTPUT
fi
echo "++++ $DOCKER_POLICY ++++"
# RUN TEST SUITE ON ALL PLATFORMS
test_suite:
Expand Down

0 comments on commit ff07fcc

Please sign in to comment.