Skip to content

Commit f13e7de

Browse files
committed
chore: use main branch for deps
1 parent 11d5028 commit f13e7de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: tests/nuxt.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export async function test(options: RunOptions) {
55
await runInRepo({
66
...options,
77
repo: 'nuxt/nuxt',
8+
branch: 'main',
89
build: ['dev:prepare', 'typecheck', 'build'],
910
beforeTest: ['pnpm playwright-core install chromium'],
1011
test: ['test:unit', 'test:types', 'test:fixtures'],

Diff for: tests/vue-macros.ts

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

0 commit comments

Comments
 (0)