We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2589373 commit 75f8258Copy full SHA for 75f8258
.github/workflows/pull-request.yml
@@ -25,5 +25,8 @@ jobs:
25
- name: Run linting
26
run: pnpm run lint
27
28
+ - name: Install Playwright browser for tests
29
+ run: pnpm --filter=@ourfuturehealth/react-components exec playwright install --with-deps chromium
30
+
31
- name: Run tests
32
run: pnpm test
.github/workflows/release.yml
@@ -32,6 +32,9 @@ jobs:
33
34
35
36
37
38
39
40
0 commit comments