We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 753c85a + 25cf7d1 commit 37a6d23Copy full SHA for 37a6d23
1 file changed
Makefile
@@ -205,6 +205,14 @@ argo-healthcheck: ## Checks if all argo applications are synced
205
206
##@ Test and Linters Tasks
207
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
+
216
.PHONY: super-linter
217
super-linter: ## Runs super linter locally
218
rm -rf .mypy_cache
0 commit comments