Skip to content

Commit

Permalink
Start helm install tests on PR (#1002)
Browse files Browse the repository at this point in the history
* Start helm install tests on PR

* Fix

* Revert
  • Loading branch information
MarekMichali authored Aug 7, 2024
1 parent 57e1f80 commit d4e1b3f
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,13 @@ jobs:
dockerfile: Dockerfile.subaccountsync
context: .
build-args: BIN=subaccount-sync

run-install-keb-chart-tests:
permissions:
contents: read
needs: [kyma-environment-broker-image, archiver-image, environments-cleanup-image, deprovision-retrigger-image, expirator-image, runtime-reconciler-image, subaccount-cleanup-image, subaccount-sync-image]
uses: "./.github/workflows/run-keb-chart-install-tests-reusable.yaml"
if: ${{ !github.event.pull_request.draft }}
with:
last-k3s-versions: 3
release: "false"

0 comments on commit d4e1b3f

Please sign in to comment.