This commit is contained in:
18
.gitea/workflows/run-tests.yaml
Normal file
18
.gitea/workflows/run-tests.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Run tests
|
||||
on:
|
||||
push:
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build-app
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
- name: Install bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
- name: Run tests
|
||||
run: bun test
|
Reference in New Issue
Block a user