Skip to content

Commit ffbcba7

Browse files
committed
ci: use unirtm directly for dependabot generation
1 parent 9a51946 commit ffbcba7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/smoke-test-gen-dependabot.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
set -e
1010

1111
SCRIPT_DIR=$(cd "$(dirname "$0")/.." && pwd)
12-
GEN_SCRIPT="$SCRIPT_DIR/scripts/gen-dependabot.sh"
1312
TEMP_DIR=$(mktemp -d)
1413

1514
echo "🧪 Starting Dependabot Generator Smoke Test..."
@@ -50,7 +49,7 @@ git commit -m "initial" -q
5049
# Run the script and capture output (using --dry-run to get STDOUT)
5150
echo "🏃 Running generator..."
5251
OUTPUT_FILE="$TEMP_DIR/dependabot.yml"
53-
sh "$GEN_SCRIPT" --dry-run >"$OUTPUT_FILE"
52+
unirtm generate dependabot --dry-run >"$OUTPUT_FILE"
5453

5554
# Debug: Show generated file if test fails
5655
on_failure() {

0 commit comments

Comments
 (0)