Lint files

This commit is contained in:
Djuri 2023-11-23 02:14:12 +01:00
parent a9c12c2e9f
commit e9461cee3d
2 changed files with 11 additions and 11 deletions

View file

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