Skip to content

Merge branch 'main' into fix #1311

Merge branch 'main' into fix

Merge branch 'main' into fix #1311

Workflow file for this run

name: End to end tests (Cypress)
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout 🔍
uses: actions/checkout@v4
- name: Set up node env
uses: actions/[email protected]
with:
node-version: 16
# Install NPM dependencies, cache them correctly
# and run all Cypress End to End tests
- name: Run End to End tests 🧪
uses: cypress-io/github-action@v6
with:
build: npm run generate
start: npm start
component: false