Skip to content

build(deps-dev): bump cypress from 9.2.1 to 13.15.0 #749

build(deps-dev): bump cypress from 9.2.1 to 13.15.0

build(deps-dev): bump cypress from 9.2.1 to 13.15.0 #749

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
cache: 'npm'
- name: Install
run: npm ci
- name: Jest Tests
run: npm test
- name: Coverage Upload
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage