Skip to content

Commit 34bc2b2

Browse files
add rollup for vitest
1 parent fea9d26 commit 34bc2b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/front-end-unit-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: npm install
30+
31+
# Rollup is needed for CI build since its ubuntu and we are developing mostly on mac
32+
- name: Install Rollup
33+
run: npm i --save-dev @rollup/rollup-linux-x64-gnu
3034

3135
- name: Run unit tests
3236
run: npm run test

0 commit comments

Comments
 (0)