chore: add build as ci step in github workflow

This commit is contained in:
Waleed Latif
2025-04-01 17:39:10 -07:00
parent 42936c89d0
commit e6413ca558

View File

@@ -8,7 +8,7 @@ on:
jobs:
test:
name: Test
name: Test and Build
runs-on: ubuntu-latest
steps:
@@ -32,6 +32,10 @@ jobs:
NODE_OPTIONS: "--no-warnings"
run: npm run test:coverage
- name: Build application
working-directory: ./sim
run: npm run build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with: