Skip to content

🔥✨🏗️ chore: migrate to vite, vitest and pnpm. Fixes #63 #13

🔥✨🏗️ chore: migrate to vite, vitest and pnpm. Fixes #63

🔥✨🏗️ chore: migrate to vite, vitest and pnpm. Fixes #63 #13

Workflow file for this run

name: Build | Test
on:
push:
branches: ["master", "develop"]
pull_request:
branches: ["master", "develop"]
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: make install
start: make prod
browser: chrome