add environment printing
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Gitea Actions Demo / verify-artifact-upload (push) Failing after 12s

This commit is contained in:
Paco Hope
2026-08-16 14:41:00 -04:00
parent c08e10a20b
commit 4343bf00e7
+4 -1
View File
@@ -38,7 +38,10 @@ jobs:
run: |
mkdir -p test-results
echo "diagnostic content $(date -u)" > test-results/diagnostic.txt
- name: Diagnostic -- print artifact/runtime URLs the runner injected
if: always()
run: |
env | grep -i "^ACTIONS_\|^GITHUB_" | sed -E 's/(TOKEN|SECRET)=.*/\1=[redacted]/i'
- name: Run the intentionally-failing verification test
run: |
.venv/bin/python -m pytest tests/test_zz_temp_verify_artifact_upload.py \