mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-16 10:44:38 +00:00
test in CI
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
# ignore-pnpmfile should never be commited. Make CI crash if it happened (`pnpmfileChecksum` is present)
|
||||
run: "pnpm install --frozen-lockfile --ignore-pnpmfile"
|
||||
- name: Install Playwright Browsers
|
||||
run: pnpm exec playwright install
|
||||
run: pnpm exec playwright install --with-deps chromium
|
||||
- name: Vitest
|
||||
run: "pnpm run test:coverage"
|
||||
- name: Upload to codecov
|
||||
|
||||
Reference in New Issue
Block a user