Fix name
Some checks failed
/ test (push) Failing after 1s

This commit is contained in:
phil 2024-12-01 01:15:31 +01:00
parent f393102022
commit fe9ebe7f65

View file

@ -1,23 +0,0 @@
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: uv sync
- name: Run tests (API call)
run: pytest -s tests/basic.py