Skip to content

Move email send to context #635

Move email send to context

Move email send to context #635

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.2.8
- run: bun install
- run: bun run build
- run: bun run test