remove tests
All checks were successful
DogFacts / deploy (push) Successful in 26s

This commit is contained in:
2025-06-09 00:35:54 -05:00
parent e2b75c120f
commit d799e0bae1
2 changed files with 0 additions and 43 deletions

View File

@ -1,21 +0,0 @@
name: Testing running with Alpine instead of Ubuntu
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
container: alpine:latest
steps:
- uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v3
with:
python-version: "3.13"
- name: install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: the business
run:
python alpine_test.py