Skip to content

remove check inside hook -- logic moved to server #515

remove check inside hook -- logic moved to server

remove check inside hook -- logic moved to server #515

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