mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 09:41:22 +00:00
Use branch for playwrigh testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user