Skip to content

Commit

Permalink
ci: use beta branch for analogjs (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Jan 7, 2025
1 parent 9352768 commit d25f8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/analogjs.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: 'analogjs/analog',
branch: 'main',
branch: 'beta',
build: 'build:vite-ci',
test: 'test:vite-ci',
})
Expand Down

0 comments on commit d25f8dd

Please sign in to comment.