We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9352768 commit d25f8ddCopy full SHA for d25f8dd
tests/analogjs.ts
@@ -5,7 +5,7 @@ export async function test(options: RunOptions) {
5
await runInRepo({
6
...options,
7
repo: 'analogjs/analog',
8
- branch: 'main',
+ branch: 'beta',
9
build: 'build:vite-ci',
10
test: 'test:vite-ci',
11
})
0 commit comments