Skip to content

3.0.0 The Large Glass #176

3.0.0 The Large Glass

3.0.0 The Large Glass #176

Workflow file for this run

name: End-to-end tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install Yarn
run: npm install -g [email protected]
- name: Cypress
uses: cypress-io/[email protected]
with:
build: yarn build
start: yarn serve
wait-on: http://localhost:4444