Skip to content

Commit 7800149

Browse files
authored
Merge pull request #1670 from romayalon/romy-upgrade-tests
CI | Upgrade tests | workflow fixes
2 parents 2d33c0b + de56ed6 commit 7800149

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/manual-upgrade-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Full Upgrade Test
1+
name: Manual Upgrade Test
22
on:
33
workflow_dispatch:
44
inputs:
@@ -10,7 +10,7 @@ on:
1010
required: false
1111

1212
jobs:
13-
nightly-upgrade-tests:
13+
manual-upgrade-tests:
1414
uses: ./.github/workflows/upgrade-tests-workflow.yaml
1515
secrets: inherit
1616
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ test-validations:
305305
@echo "✅ test-validations"
306306
.PHONY: test-validations
307307

308-
test-upgrade: vendor
308+
test-upgrade: gen cli
309309
ginkgo -v test/upgrade
310310
@echo "✅ test-upgrade"
311311
.PHONY: test-upgrade

0 commit comments

Comments
 (0)