Skip to content

Bump @vitest/coverage-v8 from 0.34.2 to 0.34.4 (#20) #13

Bump @vitest/coverage-v8 from 0.34.2 to 0.34.4 (#20)

Bump @vitest/coverage-v8 from 0.34.2 to 0.34.4 (#20) #13

Workflow file for this run

name: Test
on:
push:
branches: [main, dev]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: |
npm install
- name: Run tests
run: |
npm run test