Skip to content

[Snyk] Upgrade @snyk/protect from 1.1193.0 to 1.1194.0 #1035

[Snyk] Upgrade @snyk/protect from 1.1193.0 to 1.1194.0

[Snyk] Upgrade @snyk/protect from 1.1193.0 to 1.1194.0 #1035

Workflow file for this run

name: Cypress Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test on Node
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version-file: '.nvmrc'
- name: Cypress run
uses: cypress-io/github-action@v4
with:
build: yarn build
start: yarn start
wait-on: 'http://localhost:8000'