Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -29,6 +29,9 @@ jobs:
|
|||||||
common-tests:
|
common-tests:
|
||||||
uses: ./.github/workflows/common-tests.yaml
|
uses: ./.github/workflows/common-tests.yaml
|
||||||
|
|
||||||
|
clustertool-tests:
|
||||||
|
uses: ./.github/workflows/clustertool.tests.yaml
|
||||||
|
|
||||||
charts-lint:
|
charts-lint:
|
||||||
uses: ./.github/workflows/charts-lint.yaml
|
uses: ./.github/workflows/charts-lint.yaml
|
||||||
needs:
|
needs:
|
||||||
@@ -86,6 +89,7 @@ jobs:
|
|||||||
- containers-build
|
- containers-build
|
||||||
- charts-lint
|
- charts-lint
|
||||||
- charts-test
|
- charts-test
|
||||||
|
- clustertool-tests
|
||||||
- website-and-docs
|
- website-and-docs
|
||||||
- print_head_msg
|
- print_head_msg
|
||||||
- common-tests
|
- common-tests
|
||||||
@@ -95,6 +99,7 @@ jobs:
|
|||||||
if [[ "${{ needs.pr-changes.result }}" != "success" || \
|
if [[ "${{ needs.pr-changes.result }}" != "success" || \
|
||||||
"${{ needs.containers-build.result }}" != "success" || \
|
"${{ needs.containers-build.result }}" != "success" || \
|
||||||
"${{ needs.charts-lint.result }}" != "success" || \
|
"${{ needs.charts-lint.result }}" != "success" || \
|
||||||
|
"${{ needs.clustertool-tests.result }}" != "success" || \
|
||||||
"${{ needs.charts-test.result }}" != "success" || \
|
"${{ needs.charts-test.result }}" != "success" || \
|
||||||
"${{ needs.website-and-docs.result }}" != "success" || \
|
"${{ needs.website-and-docs.result }}" != "success" || \
|
||||||
"${{ needs.common-tests.result }}" != "success" || \
|
"${{ needs.common-tests.result }}" != "success" || \
|
||||||
|
|||||||
Reference in New Issue
Block a user