Skip to content

Update dependency cypress to v14 #352

Update dependency cypress to v14

Update dependency cypress to v14 #352

Workflow file for this run

name: ci
on: [push, pull_request]
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: Check code coverage 📈
run: |
yarn check-coverage
yarn only-covered