We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9d044 commit ff8af5eCopy full SHA for ff8af5e
Makefile
@@ -79,7 +79,13 @@ else
79
$(eval export INTEGRATIONS := $(shell $(OPERATIONS_PREFIX)list-updated-integrations))
80
endif
81
82
+# For now, we won't allow to run all tests in CI
83
+ifneq ($(CI)$(INTEGRATIONS),true)
84
$(KARMA) start $(KARMA_FLAGS) $(KARMA_CONF) --single-run;
85
+else
86
+ @echo Nothing to test
87
+endif
88
+
89
90
test-all: install
91
0 commit comments