Skip to content

✨ ZRO Cauldron #1917

✨ ZRO Cauldron

✨ ZRO Cauldron #1917

Workflow file for this run

name: Cypress Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5
env:
NODE_OPTIONS: "--max_old_space_size=4096"
with:
build: npm run build
command: npm run test:e2e