ci: Update validation CI

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-01-06 12:43:40 +01:00
parent 7f51945eff
commit 8b37db4b7c
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC

View File

@ -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: