mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
try storybook only
This commit is contained in:
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@@ -23,10 +23,10 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
# ignore-pnpmfile should never be commited. Make CI crash if it happened (`pnpmfileChecksum` is present)
|
# ignore-pnpmfile should never be commited. Make CI crash if it happened (`pnpmfileChecksum` is present)
|
||||||
run: "pnpm install --frozen-lockfile --ignore-pnpmfile"
|
run: "pnpm install --frozen-lockfile --ignore-pnpmfile"
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browser
|
||||||
run: pnpm exec playwright install --with-deps firefox
|
run: pnpm exec playwright install --with-deps chromium
|
||||||
- name: Vitest
|
- name: Vitest
|
||||||
run: "pnpm run test:coverage"
|
run: "pnpm run test:storybook"
|
||||||
- name: Upload to codecov
|
- name: Upload to codecov
|
||||||
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
|
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ export default defineConfig((configEnv) =>
|
|||||||
// Make sure to install Playwright
|
// Make sure to install Playwright
|
||||||
provider: playwright(),
|
provider: playwright(),
|
||||||
headless: true,
|
headless: true,
|
||||||
instances: [{ browser: "firefox" }],
|
instances: [{ browser: "chromium" }],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user