Skip to content

Merge pull request #179 from OperationSpark/facebook-weebhook/last-na… #577

Merge pull request #179 from OperationSpark/facebook-weebhook/last-na…

Merge pull request #179 from OperationSpark/facebook-weebhook/last-na… #577

Workflow file for this run

name: Cypress e2e Tests
on: [push]
jobs:
cypress-run:
name: Cypress run
runs-on: ubuntu-latest
environment: test
steps:
- name: Checkout
uses: actions/checkout@v4
- 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