We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91b34b commit c6457acCopy full SHA for c6457ac
1 file changed
Makefile
@@ -244,7 +244,7 @@ test-impacted-js: build-js
244
exit 0; \
245
fi; \
246
echo "Running impacted JavaScript unit tests for changed files: $$CHANGED_JS_FILES"; \
247
- cd actions/setup/js && printf '%s\n' "$$CHANGED_JS_FILES" | sed 's|^actions/setup/js/||' | tr '\n' '\0' | xargs -0 -r npm run test:js -- --no-file-parallelism $(JS_IMPACTED_TEST_EXCLUDES)
+ cd actions/setup/js && printf '%s\n' "$$CHANGED_JS_FILES" | sed 's|^actions/setup/js/||' | tr '\n' '\0' | xargs -0 -r npm run test:js -- --no-file-parallelism --passWithNoTests $(JS_IMPACTED_TEST_EXCLUDES)
248
249
# Test impacted Go unit tests only (excluding integration tests)
250
.PHONY: test-impacted-go
0 commit comments