Skip to content

fix: package.json to reduce vulnerabilities #615

fix: package.json to reduce vulnerabilities

fix: package.json to reduce vulnerabilities #615

name: Integration tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: yarn build
start: yarn serve
wait-on: http://localhost:5000
record: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}