Skip to content

Commit e6413ca

Browse files
committed
chore: add build as ci step in github workflow
1 parent 42936c8 commit e6413ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
name: Test
11+
name: Test and Build
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -32,6 +32,10 @@ jobs:
3232
NODE_OPTIONS: "--no-warnings"
3333
run: npm run test:coverage
3434

35+
- name: Build application
36+
working-directory: ./sim
37+
run: npm run build
38+
3539
- name: Upload coverage to Codecov
3640
uses: codecov/codecov-action@v3
3741
with:

0 commit comments

Comments
 (0)