Skip to content

Commit 1917162

Browse files
committed
refactor: change branch for vue-macros
1 parent 156d2e4 commit 1917162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/vue-macros.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { RunOptions } from '../types'
44
export async function test(options: RunOptions) {
55
await runInRepo({
66
...options,
7-
repo: 'sxzz/unplugin-vue-macros',
8-
branch: 'main',
7+
repo: 'vue-macros/vue-macros',
8+
branch: 'vue-ecosystem-ci',
99
build: 'build',
1010
test: ['test:ecosystem'],
1111
})

0 commit comments

Comments
 (0)