ci: more testing
This commit is contained in:
parent
59db09b422
commit
21e4607aa5
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@ jobs:
|
||||||
echo "uname: $(uname -p)"
|
echo "uname: $(uname -p)"
|
||||||
echo "runner.arch: ${{ runner.arch }}"
|
echo "runner.arch: ${{ runner.arch }}"
|
||||||
echo "RUNNER_ARCH: ${RUNNER_ARCH}"
|
echo "RUNNER_ARCH: ${RUNNER_ARCH}"
|
||||||
|
mkdir -p /opt/hostedtoolcache
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -16,7 +17,6 @@ jobs:
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
uses: ./.forgejo/actions/test
|
uses: ./.forgejo/actions/test
|
||||||
- uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
|
|
||||||
|
|
||||||
- name: install chart-testing
|
- name: install chart-testing
|
||||||
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
|
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
|
||||||
|
|
Loading…
Reference in a new issue