Skip to content

Merge pull request #69 from escape-link/feat/loading #134

Merge pull request #69 from escape-link/feat/loading

Merge pull request #69 from escape-link/feat/loading #134

Workflow file for this run

name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
environment: Test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/[email protected]
with:
build: npm run build
start: npm start