Skip to content

Bump tough-cookie and @cypress/request #9

Bump tough-cookie and @cypress/request

Bump tough-cookie and @cypress/request #9

Workflow file for this run

name: Cypress 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@v4
with:
build: npm run build
start: npm start