add environment printing
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user