Skip to content

Bump cypress from 13.6.1 to 13.7.2 #507

Bump cypress from 13.6.1 to 13.7.2

Bump cypress from 13.6.1 to 13.7.2 #507

Workflow file for this run

name: e2e
on: [push]
jobs:
cypress-run:
name: Cypress run
runs-on: ubuntu-20.04
environment: test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v6
env:
MAILCHIMP_API_KEY: ${{ secrets.MAILCHIMP_API_KEY }}
MAILCHIMP_AUDIENCE_ID: ${{ secrets.MAILCHIMP_AUDIENCE_ID }}
with:
build: npm run build
start: npm run start
wait-on: http://localhost:3000