zona/.forgejo/workflows/test.yml
Daniel Fichtinger dea02e3a4e
All checks were successful
/ test-build (push) Successful in 21s
ci: updated test to check version
2025-07-16 01:33:53 -04:00

18 lines
532 B
YAML

# this workflow checks if the project can be built successfully.
# it also serves to test whether based-alpine and uv-cache are working properly.
# Unit tests will be added here eventually
on: [push]
jobs:
test-build:
runs-on: based-alpine
steps:
- name: checkout source
uses: actions/checkout@v4
- name: setup cache
id: uv-cache
uses: https://git.ficd.sh/ficd/uv-cache@v1
- name: sync and build
run: |
uv sync
uv build
uv run zona --version