Skip to content

Update 2_email-campaign-with-resend.md (#1546) #1337

Update 2_email-campaign-with-resend.md (#1546)

Update 2_email-campaign-with-resend.md (#1546) #1337

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
pull_request:
branches: [master]
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
run: |
yarn install
yarn test