mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-04-05 17:23:13 +00:00
chore: make the test-pr working
This commit is contained in:
@ -30,12 +30,12 @@ jobs:
|
|||||||
- name: install chart dependencies
|
- name: install chart dependencies
|
||||||
run: helm dependency build
|
run: helm dependency build
|
||||||
- name: lint
|
- name: lint
|
||||||
run: helm lint
|
run: helm lint .
|
||||||
- name: template
|
- name: template
|
||||||
run: helm template --debug gitea-actions .
|
run: helm template --debug gitea-actions .
|
||||||
- name: prepare unit test environment
|
- name: prepare unit test environment
|
||||||
run: |
|
run: |
|
||||||
helm plugin install --version ${{ env.HELM_UNITTEST_VERSION }} https://github.com/helm-unittest/helm-unittest
|
helm plugin install --version ${{ env.HELM_UNITTEST_VERSION }} https://github.com/helm-unittest/helm-unittest --verify=false
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
- name: unit tests
|
- name: unit tests
|
||||||
env:
|
env:
|
||||||
@ -47,4 +47,5 @@ jobs:
|
|||||||
make readme
|
make readme
|
||||||
git diff --exit-code --name-only README.md
|
git diff --exit-code --name-only README.md
|
||||||
- name: yaml lint
|
- name: yaml lint
|
||||||
uses: https://github.com/ibiqlik/action-yamllint@v3
|
uses: ibiqlik/action-yamllint@v3 # Github / Act
|
||||||
|
#uses: https://github.com/ibiqlik/action-yamllint@v3 # Gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user