Skip to content

29: Tests with Vitest #84

29: Tests with Vitest

29: Tests with Vitest #84

Workflow file for this run

name: Validate Build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install NPM deps
run: npm install
- name: use Vite to compile the application
run: npm run build