Skip to content

Updated site name in tests #79

Updated site name in tests

Updated site name in tests #79

Workflow file for this run

name: Cypress Tests
on: [push, workflow_dispatch]
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/github-action@v2
- name: Save screenshots
uses: actions/upload-artifact@v2
if: failure()
with:
name: screenshots
path: cypress/screenshots/*