Skip to content

Commit

Permalink
kyverno-cli and helm release step added in workslow (#1043)
Browse files Browse the repository at this point in the history
* e2e test added in release

* added steps

* dirty added in hash

* new make command added

* dirty remove from make

* a new step added
  • Loading branch information
yindia committed Aug 11, 2020
1 parent c236a3a commit 632d1fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Expand Up @@ -5,7 +5,7 @@ on:
- '*'

jobs:
releaser:
docker-and-e2e:
runs-on: ubuntu-latest
steps:
-
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 632d1fc

Please sign in to comment.