Skip to content

Commit

Permalink
[ci] fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Feb 26, 2024
1 parent e34b0ec commit 8f9f34e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pr-tests-helm-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Dependencies
- name: Upgrade helm on latest beta
run: |
# Install python deps
pip install --upgrade tox
Expand All @@ -42,16 +42,12 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
helm version
- name: Setup Cluster
run: |
tox -e dev.k8s.registry
tox -e dev.k8s.start
- name: Upgrade helm on latest beta
run: |
UPGRADE_TYPE=BetaToDev tox -e syft.test.helm.upgrade
- name: Upgrade helm on latest beta
- name: Destroy cluster
if: always()
run: |
tox -e dev.k8s.destroy

0 comments on commit 8f9f34e

Please sign in to comment.