build arm image (#12)

This commit is contained in:
Doh
2025-01-03 21:02:27 -05:00
committed by GitHub
parent cb02b3831c
commit f031bd1361
5 changed files with 208 additions and 20 deletions

25
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
name: Unit Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run unit tests
run: bun test