Skip to content

Commit

Permalink
chore: use main branch for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 4, 2024
1 parent 11d5028 commit f13e7de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'nuxt/nuxt',
branch: 'main',
build: ['dev:prepare', 'typecheck', 'build'],
beforeTest: ['pnpm playwright-core install chromium'],
test: ['test:unit', 'test:types', 'test:fixtures'],
Expand Down
2 changes: 1 addition & 1 deletion tests/vue-macros.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'sxzz/unplugin-vue-macros',
branch: 'vue-ecosystem-ci',
branch: 'main',
build: 'build',
test: ['test:ecosystem'],
})
Expand Down

0 comments on commit f13e7de

Please sign in to comment.