Skip to content

Commit 83f6bd6

Browse files
committed
fix(ci): select all versions in uru migration test
1 parent 845795f commit 83f6bd6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration-test-migrate-ruby-windows-uru.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ jobs:
105105
shell: bash
106106
run: |
107107
echo "=== Running migrate detection ==="
108-
echo -e "1\n0\n" | ./dist/dtvem.exe migrate ruby || true
108+
# Select "all" to migrate all detected versions (uru may be second after system)
109+
echo -e "all\n0\nn\n" | ./dist/dtvem.exe migrate ruby || true
109110
echo ""
110111
echo "=== Verifying migration ==="
111112
./dist/dtvem.exe list ruby

0 commit comments

Comments
 (0)