Skip to content

Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/vitest/c… #116

Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/vitest/c…

Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/vitest/c… #116

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install modules
run: npm install
- name: Test build
run: npm run build
- name: Test
run: npm run ci
- name: Report coverage
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: ./coverage/coverage-final.json