remove tests from pipeline
Build and Push Containers / build-and-push (push) Canceled after 0s

This commit is contained in:
2026-08-24 11:01:50 -04:00
parent c37477d3f9
commit 59f30e960b
-17
View File
@@ -9,23 +9,6 @@ on:
- published
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Lint and typecheck
run: uv run ruff check app.py && uv run pyright app.py
build-and-push:
needs: test
runs-on: ubuntu-latest