Skip to content

chore(deps): bump yaml and semantic-release #7

chore(deps): bump yaml and semantic-release

chore(deps): bump yaml and semantic-release #7

Workflow file for this run

name: Run Tests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm ci
- run: npm run test:ci
- name: 'Report Coverage'
if: always() # Also generate the report if tests are failing
uses: davelosert/vitest-coverage-report-action@v1