sms-handler/.forgejo/workflows/build.yaml
phil fbfe5ef643
Some checks failed
/ test (push) Failing after 1s
Fix action
2024-12-01 01:16:48 +01:00

23 lines
410 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
run: .venv/bin/uv sync
- name: Run tests (API call)
run: pytest -s tests/basic.py