Skip to content

Commit

Permalink
Download last commit and install warden
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke committed Jan 29, 2024
1 parent 2ce51fd commit dcf032f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/upgrade-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# https://github.com/kyma-project/warden/releases/latest/download/warden-chart.tgz
name: Upgrade test

on:
Expand Down Expand Up @@ -32,5 +31,10 @@ jobs:
--wait
- name: install latest warden operator from the release
run: helm install warden https://github.com/kyma-project/warden/releases/latest/download/warden-chart.tgz
- name: checkout to latest commit and install warden
run: |
last_commit=$(git rev-parse upstream/main)
git checkout $last_commit
helm install warden
- name: run integration tests
run: make test
run: make test

0 comments on commit dcf032f

Please sign in to comment.