Vitest fix

This commit is contained in:
Djuri Baars 2023-11-23 02:46:41 +01:00
parent ee69816569
commit 60360ef76b

View File

@ -64,7 +64,7 @@ jobs:
- name: Run linter - name: Run linter
run: yarn lint run: yarn lint
- name: Run vitest tests - name: Run vitest tests
run: yarn vitest run --reporter=json run: yarn vitest run
- name: Install Playwright Browsers - name: Install Playwright Browsers
run: npx playwright install --with-deps run: npx playwright install --with-deps
- name: Run Playwright tests - name: Run Playwright tests