Skip to content

[Snyk] Upgrade react-copy-to-clipboard from 5.0.4 to 5.1.0 #190

[Snyk] Upgrade react-copy-to-clipboard from 5.0.4 to 5.1.0

[Snyk] Upgrade react-copy-to-clipboard from 5.0.4 to 5.1.0 #190

Workflow file for this run

name: Cypress
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
cypress-run:
name: Cypress
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
with:
build: yarn build
start: yarn start