We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a51946 commit ffbcba7Copy full SHA for ffbcba7
1 file changed
tests/smoke-test-gen-dependabot.sh
@@ -9,7 +9,6 @@
9
set -e
10
11
SCRIPT_DIR=$(cd "$(dirname "$0")/.." && pwd)
12
-GEN_SCRIPT="$SCRIPT_DIR/scripts/gen-dependabot.sh"
13
TEMP_DIR=$(mktemp -d)
14
15
echo "🧪 Starting Dependabot Generator Smoke Test..."
@@ -50,7 +49,7 @@ git commit -m "initial" -q
50
49
# Run the script and capture output (using --dry-run to get STDOUT)
51
echo "🏃 Running generator..."
52
OUTPUT_FILE="$TEMP_DIR/dependabot.yml"
53
-sh "$GEN_SCRIPT" --dry-run >"$OUTPUT_FILE"
+unirtm generate dependabot --dry-run >"$OUTPUT_FILE"
54
55
# Debug: Show generated file if test fails
56
on_failure() {
0 commit comments