Skip to content

Commit 37a6d23

Browse files
authored
Merge pull request #602 from mbaldessari/qe-test
Add qe-tests target
2 parents 753c85a + 25cf7d1 commit 37a6d23

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,14 @@ argo-healthcheck: ## Checks if all argo applications are synced
205205

206206
##@ Test and Linters Tasks
207207

208+
.PHONY: qe-tests
209+
qe-tests: ## Runs the tests that QE runs
210+
@set -e; if [ -f ./tests/interop/run_tests.sh ]; then \
211+
./tests/interop/run_tests.sh; \
212+
else \
213+
echo "No ./tests/interop/run_tests.sh found skipping"; \
214+
fi
215+
208216
.PHONY: super-linter
209217
super-linter: ## Runs super linter locally
210218
rm -rf .mypy_cache

0 commit comments

Comments
 (0)