ci: testing
This commit is contained in:
parent
c37c720075
commit
4eda179f04
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ name: test
|
|||
on: [pull_request]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: k8s
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: runner arch
|
||||
run: |
|
||||
|
@ -33,4 +33,4 @@ jobs:
|
|||
- uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
|
||||
|
||||
- name: install chart-testing
|
||||
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
|
||||
uses: helm/chart-testing-action@86b540ddcecb3cc009fa2bc0f44fa5b33e9751a2
|
||||
|
|
Loading…
Reference in a new issue