Skip to content

Commit 4dfa097

Browse files
author
Erwan
committed
fix(ci): build all before workspace tests running
1 parent db659f0 commit 4dfa097

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/size-satisfies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
node-version: ${{ matrix.node-version }}
3434
- name: Install dependencies
3535
run: npm install
36+
- name: Build
37+
run: npm run build --ws --if-present
3638
- name: Run tests
3739
run: npm run test

.github/workflows/vis-network.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
node-version: ${{ matrix.node-version }}
3434
- name: Install dependencies
3535
run: npm i
36+
- name: Build
37+
run: npm run build --ws --if-present
3638
- name: Run tests
3739
run: npm run test

0 commit comments

Comments
 (0)