Skip to content

Merge pull request #161 from OperationSpark/fix/hs-form-disable-on-date #526

Merge pull request #161 from OperationSpark/fix/hs-form-disable-on-date

Merge pull request #161 from OperationSpark/fix/hs-form-disable-on-date #526

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