Skip to content

on CI/CD, test times out before finding error message so adding a lon… #37

on CI/CD, test times out before finding error message so adding a lon…

on CI/CD, test times out before finding error message so adding a lon… #37

name: End-to-end tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start