Skip to content

Merge pull request #20 from PV-Bhat/codex/fix-failing-ci-tests-and-ti… #14

Merge pull request #20 from PV-Bhat/codex/fix-failing-ci-tests-and-ti…

Merge pull request #20 from PV-Bhat/codex/fix-failing-ci-tests-and-ti… #14

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run build
- run: npm run test:coverage
- name: Report Vitest Coverage
uses: davelosert/vitest-coverage-report-action@v2