asdasd
Some checks failed
continuous-integration/drone/push Build is passing
Helm / helm-unittest (push) Successful in 18s
Helm / helm-unittest (pull_request) Successful in 19s
continuous-integration/drone/pr Build is passing
Helm / helm-lint (push) Failing after 13s
Helm / helm-lint (pull_request) Successful in 17s
Some checks failed
continuous-integration/drone/push Build is passing
Helm / helm-unittest (push) Successful in 18s
Helm / helm-unittest (pull_request) Successful in 19s
continuous-integration/drone/pr Build is passing
Helm / helm-lint (push) Failing after 13s
Helm / helm-lint (pull_request) Successful in 17s
This commit is contained in:
parent
76fffa25ca
commit
8956532e78
@ -43,6 +43,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add git npm
|
apk add git npm
|
||||||
|
- uses: actions/checkout@v4.2.2
|
||||||
- name: Check if files were touched
|
- name: Check if files were touched
|
||||||
uses: dorny/paths-filter@v3.0.2
|
uses: dorny/paths-filter@v3.0.2
|
||||||
id: changes
|
id: changes
|
||||||
@ -54,7 +55,6 @@ jobs:
|
|||||||
- name: Skip further steps, when condition is not met
|
- name: Skip further steps, when condition is not met
|
||||||
if: steps.filter.outputs.yaml == 'false'
|
if: steps.filter.outputs.yaml == 'false'
|
||||||
run: exit 0
|
run: exit 0
|
||||||
- uses: actions/checkout@v4.2.2
|
|
||||||
- name: Unittest
|
- name: Unittest
|
||||||
run: |
|
run: |
|
||||||
helm unittest --strict --file 'unittests/**/*.yaml' ./
|
helm unittest --strict --file 'unittests/**/*.yaml' ./
|
Loading…
Reference in New Issue
Block a user