From ebabc3359f9863e20602c27ab54d0f671fa8c3e7 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 4 Jul 2026 13:00:14 +0000 Subject: [PATCH] Use branch for playwrigh testing --- .github/workflows/frontend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index d5c5b2ddac..70c711c15a 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -136,7 +136,7 @@ jobs: pip-dependency: psycopg2 - name: Set up test data run: | - invoke dev.setup-test -iv + invoke dev.setup-test -iv -b multi-notes-migration # TODO: Fix this before merging invoke int.rebuild-thumbnails - name: Install dependencies run: invoke int.frontend-compile --extract @@ -218,7 +218,7 @@ jobs: pip-dependency: psycopg2 - name: Set up test data run: | - invoke dev.setup-test -iv + invoke dev.setup-test -iv -b multi-notes-migration # TODO: Fix this before merging invoke int.rebuild-thumbnails - name: Install dependencies run: invoke int.frontend-compile --extract