diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1687df964b..b2607c6472 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: