Skip to content

Commit 4ce8579

Browse files
ErwanRauloErwan
andauthored
fix(ci): build all before workspace tests running (#534)
Co-authored-by: Erwan <[email protected]>
1 parent db659f0 commit 4ce8579

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.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:all
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:all
3638
- name: Run tests
3739
run: npm run test

0 commit comments

Comments
 (0)