Skip to content

Merge branch 'develop' into dependabot/npm_and_yarn/follow-redirects-… #570

Merge branch 'develop' into dependabot/npm_and_yarn/follow-redirects-…

Merge branch 'develop' into dependabot/npm_and_yarn/follow-redirects-… #570

Workflow file for this run

name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/[email protected]
with:
build: npm run build
start: npm run start