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

This commit is contained in:
2026-08-24 11:02:13 -04:00
parent c37477d3f9
commit fd7f02ce68
-18
View File
@@ -9,25 +9,7 @@ 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
steps:
- name: Checkout