spring cleaning

This commit is contained in:
Richard Macias
2026-03-07 22:28:58 -06:00
parent 9707355f94
commit e539043aad
17 changed files with 149 additions and 233 deletions

View File

@@ -24,7 +24,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python scripts/test-apps.py --json > test-results.json 2>&1 || true
python scripts/test-apps.py --json > test-results.json 2>/dev/null || true
cat test-results.json
- name: Process results and manage issues