Skip to content

Merge pull request #13 from runway-reviews/zenmcmillan-patch-1 #29

Merge pull request #13 from runway-reviews/zenmcmillan-patch-1

Merge pull request #13 from runway-reviews/zenmcmillan-patch-1 #29

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
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6.6.1 # use the explicit version number
with:
build: npm run build
start: npm start