mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 18:41:24 -03:00
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
2
.github/workflows/pr-validate.yaml
vendored
2
.github/workflows/pr-validate.yaml
vendored
@@ -88,6 +88,7 @@ jobs:
|
||||
- charts-test
|
||||
- website-and-docs
|
||||
- print_head_msg
|
||||
- common-tests
|
||||
steps:
|
||||
- name: Check Results
|
||||
run: |
|
||||
@@ -96,6 +97,7 @@ jobs:
|
||||
"${{ needs.charts-lint.result }}" != "success" || \
|
||||
"${{ needs.charts-test.result }}" != "success" || \
|
||||
"${{ needs.website-and-docs.result }}" != "success" || \
|
||||
"${{ needs.common-tests.result }}" != "success" || \
|
||||
"${{ needs.print_head_msg.result }}" != "success" ]]; then
|
||||
echo "One or more jobs failed!"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user