remove test workflow
Deploy nginx / deploy (push) Successful in 6s

This commit is contained in:
2026-04-07 20:33:12 -04:00
parent d2b9d0bce9
commit 0656d245d5
-10
View File
@@ -21,13 +21,3 @@ jobs:
chmod 600 ~/.ssh/deploy_key
ssh -o StrictHostKeyChecking=yes -i ~/.ssh/deploy_key deploy@${{ vars.DEPLOY_HOST }} deploy-nginx
test:
needs: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install pytest
- run: pytest tests/ -v