Skip to content

setup vitest, jest and react testing library for testing #7

setup vitest, jest and react testing library for testing

setup vitest, jest and react testing library for testing #7

Workflow file for this run

name: Build DEV
on:
push:
branches-ignore:
- "main"
jobs:
BuildApp:
runs-on: ubuntu-latest
environment: DEV
defaults:
run:
working-directory: ./web
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- name: Build
run: yarn build