Skip to content

Commit

Permalink
Remove unnecessary git fetch origin (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored Oct 11, 2024
1 parent 475dfed commit 0c3dd32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/_upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
- name: install latest warden operator from the release
run: |
helm install --set global.config.data.logging.level=debug --set admission.enabled=true warden https://github.com/kyma-project/warden/releases/latest/download/warden-chart.tgz
- name: checkout to latest commit and install warden
- name: install warden from the branch
run: |
git checkout $(git rev-parse origin/main)
make install
- name: run integration tests
run: make run-integration-tests

0 comments on commit 0c3dd32

Please sign in to comment.