Skip to content

バックエンドと接続 #2

バックエンドと接続

バックエンドと接続 #2

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
bun:
name: Bun Unit Tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun test