Skip to content

Update dependency cypress to v13 #147

Update dependency cypress to v13

Update dependency cypress to v13 #147

Workflow file for this run

name: ci
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v1