Skip to content

✅ Add Cypress test #103

✅ Add Cypress test

✅ Add Cypress test #103

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: npm ci
# TODO: Fix this once we know how to authenticate codegen in CI (or its changed to no longer need that)
# - run: npx convex codegen
# - run: npm run type-check
- run: npm run lint
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: npm start