Skip to content

Cypress Tests

Cypress Tests #22

Workflow file for this run

name: Cypress Tests
on:
workflow_dispatch:
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Cypress Tests
run: npm test