mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
ci: Update validation CI
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
parent
7f51945eff
commit
8b37db4b7c
6
.github/workflows/charts-validate.yaml
vendored
6
.github/workflows/charts-validate.yaml
vendored
@ -213,6 +213,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- changes-lint
|
- changes-lint
|
||||||
if:
|
if:
|
||||||
|
always() &&
|
||||||
needs.changes-lint.outputs.detected == 'true'
|
needs.changes-lint.outputs.detected == 'true'
|
||||||
name: Lint charts
|
name: Lint charts
|
||||||
strategy:
|
strategy:
|
||||||
@ -259,6 +260,9 @@ jobs:
|
|||||||
unittest:
|
unittest:
|
||||||
needs:
|
needs:
|
||||||
- lint_success
|
- lint_success
|
||||||
|
if: |
|
||||||
|
always() &&
|
||||||
|
needs.lint_success.result == 'success'
|
||||||
name: Run unit tests
|
name: Run unit tests
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
@ -295,6 +299,8 @@ jobs:
|
|||||||
- changes-install
|
- changes-install
|
||||||
- lint_success
|
- lint_success
|
||||||
if:
|
if:
|
||||||
|
always() &&
|
||||||
|
needs.lint_success.result == 'success' &&
|
||||||
needs.changes-install.outputs.detected == 'true'
|
needs.changes-install.outputs.detected == 'true'
|
||||||
name: Install charts
|
name: Install charts
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user