We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fd2a8 commit 01cddbaCopy full SHA for 01cddba
.github/workflows/e2e-tests.yml
@@ -146,6 +146,10 @@ jobs:
146
working-directory: Clients
147
run: npm install --legacy-peer-deps
148
149
+ - name: Rebuild native modules
150
+ working-directory: Clients
151
+ run: npm rebuild @swc/core
152
+
153
- name: Install Playwright browsers
154
155
run: npx playwright install --with-deps chromium
.github/workflows/frontend-checks.yml
@@ -65,6 +65,9 @@ jobs:
65
- name: Install dependencies
66
67
68
69
70
71
- name: Run tests with coverage
72
run: npx vitest run --coverage
73
0 commit comments