Skip to content

Bump recharts from 2.1.8 to 2.12.1 #563

Bump recharts from 2.1.8 to 2.12.1

Bump recharts from 2.1.8 to 2.12.1 #563

Workflow file for this run

name: Cypress Tests
on:
pull_request:
branches:
- main
jobs:
cypress-run:
name: Cypress run
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup code
run: yarn
- name: Cypress run
uses: cypress-io/github-action@v2
with:
spec: cypress/integration/**/*
build: yarn build
start: yarn start