We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156d2e4 commit 1917162Copy full SHA for 1917162
tests/vue-macros.ts
@@ -4,8 +4,8 @@ import { RunOptions } from '../types'
4
export async function test(options: RunOptions) {
5
await runInRepo({
6
...options,
7
- repo: 'sxzz/unplugin-vue-macros',
8
- branch: 'main',
+ repo: 'vue-macros/vue-macros',
+ branch: 'vue-ecosystem-ci',
9
build: 'build',
10
test: ['test:ecosystem'],
11
})
0 commit comments