Skip to content

29: Tests with Vitest #6

29: Tests with Vitest

29: Tests with Vitest #6

Workflow file for this run

name: Run all tests
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install NPM dependencies
run: npm install
- name: Run all vitest tests
run: npm run test