Skip to content

Commit 528b820

Browse files
committed
chore: run the local-resume-test 5 times
1 parent d433864 commit 528b820

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

makefiles/test.mk

+3
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ ifeq (${CI},true)
181181
# In CI, we expect all artifacts to already be built and loaded for the script
182182
upgrade-test:
183183
./tests/upgrade-test.sh
184+
else ifeq (${FLUVIO_MODE},local)
185+
upgrade-test: build-cli
186+
./tests/upgrade-test.sh
184187
else
185188
# When not in CI (i.e. development), load the dev k8 image before running test
186189
upgrade-test: build-cli build_k8_image

0 commit comments

Comments
 (0)