mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
kyverno-cli and helm release step added in workslow (#1043)
* e2e test added in release * added steps * dirty added in hash * new make command added * dirty remove from make * a new step added
This commit is contained in:
parent
c236a3a48a
commit
632d1fc226
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
- '*'
|
||||
|
||||
jobs:
|
||||
releaser:
|
||||
docker-and-e2e:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
@ -45,6 +45,9 @@ jobs:
|
|||
echo ">>> Run Kyverno e2e test"
|
||||
make test-e2e
|
||||
|
||||
kyvernocli-and-helm:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue