From 09b080048e61768c4a7cdb0414c53f7d9d3d20db Mon Sep 17 00:00:00 2001 From: patak Date: Sat, 11 Jun 2022 12:58:04 +0200 Subject: [PATCH] Update astro.ts (#82) --- tests/astro.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/astro.ts b/tests/astro.ts index 803c27d0..d73c7b78 100644 --- a/tests/astro.ts +++ b/tests/astro.ts @@ -5,6 +5,7 @@ export async function test(options: RunOptions) { await runInRepo({ ...options, repo: 'withastro/astro', + branch: 'vite-3', build: 'build:ci', test: 'test:vite-ci' })