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