Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit bb5d089

Browse files
committed
build before running tests
1 parent aa91897 commit bb5d089

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828
${{ runner.os }}-node-v${{ matrix.node }}-
2929
- name: Install Dependencies
3030
run: npm install
31+
- name: Build
32+
run: npm run build
3133
- name: Run All Node.js Tests
3234
run: npm run test

0 commit comments

Comments
 (0)