Use branch for playwrigh testing

This commit is contained in:
Oliver Walters 2026-07-04 13:00:14 +00:00
parent 592a4ab357
commit ebabc3359f
1 changed files with 2 additions and 2 deletions

View File

@ -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