Skip to content

Added endpoint for sending SMS (Depends of Catalyst change) #637

Added endpoint for sending SMS (Depends of Catalyst change)

Added endpoint for sending SMS (Depends of Catalyst change) #637

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