Skip to content

Commit 01cddba

Browse files
committed
chore: rebuild modules
1 parent 20fd2a8 commit 01cddba

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ jobs:
146146
working-directory: Clients
147147
run: npm install --legacy-peer-deps
148148

149+
- name: Rebuild native modules
150+
working-directory: Clients
151+
run: npm rebuild @swc/core
152+
149153
- name: Install Playwright browsers
150154
working-directory: Clients
151155
run: npx playwright install --with-deps chromium

.github/workflows/frontend-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- name: Install dependencies
6666
run: npm install --legacy-peer-deps
6767

68+
- name: Rebuild native modules
69+
run: npm rebuild @swc/core
70+
6871
- name: Run tests with coverage
6972
run: npx vitest run --coverage
7073

0 commit comments

Comments
 (0)