Skip to content

feat: add wrangler config #73

feat: add wrangler config

feat: add wrangler config #73

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
relase:
name: Test and Deploy to Staging
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Cache Dependencies
uses: actions/[email protected]
with:
path: ~/.bun
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
restore-keys: ${{ runner.os }}-bun-
- name: Setup Bun
uses: oven-sh/[email protected]
- run: bun install
- name: Run Tests
run: bun run test