mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +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:
|
||||
- changes-lint
|
||||
if:
|
||||
always() &&
|
||||
needs.changes-lint.outputs.detected == 'true'
|
||||
name: Lint charts
|
||||
strategy:
|
||||
@ -259,6 +260,9 @@ jobs:
|
||||
unittest:
|
||||
needs:
|
||||
- lint_success
|
||||
if: |
|
||||
always() &&
|
||||
needs.lint_success.result == 'success'
|
||||
name: Run unit tests
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
@ -295,6 +299,8 @@ jobs:
|
||||
- changes-install
|
||||
- lint_success
|
||||
if:
|
||||
always() &&
|
||||
needs.lint_success.result == 'success' &&
|
||||
needs.changes-install.outputs.detected == 'true'
|
||||
name: Install charts
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user