Skip to content

Commit

Permalink
Fix: Remove Upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed May 17, 2024
1 parent 88700e0 commit bbea24b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
strategy:
matrix:
flavor: [registry1]
type: [install, upgrade]
type: [install]
# Cannot test upgrade without a license key
# type: [install, upgrade]

steps:
- name: Checkout repository
Expand Down

0 comments on commit bbea24b

Please sign in to comment.