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 576c509 commit b6f2ff4Copy full SHA for b6f2ff4
scripts/ts_test_auto.sh
@@ -18,17 +18,17 @@ if [[ -n "${ALL_CHANGED_FILES:-}" ]]; then
18
echo ""
19
fi
20
21
-if [[ -z "${MODULE_CHANGED_FILES:-}" ]]; then
22
- echo "✓ No module files changed, skipping tests"
23
- exit 0
24
-fi
25
-
26
if [[ "${SHARED_CHANGED:-false}" == "true" ]]; then
27
echo "==> Shared infrastructure changed"
28
echo "==> Running all tests for safety"
29
exec bun test
30
31
+if [[ -z "${MODULE_CHANGED_FILES:-}" ]]; then
+ echo "✓ No module files changed, skipping tests"
+ exit 0
+fi
+
32
CHANGED_FILES=$(echo "$MODULE_CHANGED_FILES" | tr ' ' '\n')
33
34
MODULE_DIRS=()
0 commit comments