Skip to content

✨ [Feature] Mock response status and headers (#7) #34

✨ [Feature] Mock response status and headers (#7)

✨ [Feature] Mock response status and headers (#7) #34

Workflow file for this run

name: 🧪 Run Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Build library
run: bun run build
- name: Run unit tests
run: bun run test