run pytest in pipeline with uv
All checks were successful
Build and Deploy Staging / build (push) Successful in 50s
Tests / test (push) Successful in 36s
Build and Deploy Staging / deploy (push) Successful in 7s

This commit is contained in:
Tobias Brunner 2025-03-24 15:29:34 +01:00
parent 41ab33bee7
commit f0e34c2419
No known key found for this signature in database

View file

@ -0,0 +1,23 @@
name: Tests
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v5
- name: Run tests
run: uv run --env-file=.env.example pytest