Merge branch 'main' into dev

This commit is contained in:
shamoon
2023-09-26 13:33:27 -07:00
9 changed files with 176 additions and 144 deletions

View File

@@ -194,7 +194,7 @@ jobs:
run: cd src-ui && npm ci
-
name: Install Playwright
run: npx playwright install --with-deps
run: cd src-ui && npx playwright install --with-deps
-
name: Linting checks
run: cd src-ui && npm run lint