Skip to content

Need to make sure I'm testing against the build version #12

Need to make sure I'm testing against the build version

Need to make sure I'm testing against the build version #12

Workflow file for this run

name: E2E tests
on: [ push ]
jobs:
run_e2e_tests:
name: Run E2E tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start