oidc-fastapi-test/.forgejo/workflows/test.yaml
phil 1c89a509a3
All checks were successful
/ test (push) Successful in 9s
Set standard app directory in container
2025-01-10 19:42:59 +01:00

28 lines
536 B
YAML

on:
push:
workflow_dispatch:
inputs:
verbose:
description: "Verbose"
required: false
default: false
type: boolean
jobs:
test:
runs-on: container
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
with:
version: "0.5.16"
- name: Install
run: uv sync
- name: Run tests (API call)
run: .venv/bin/pytest -s tests/basic.py