Skip to content

Commit a989e4d

Browse files
committed
chore: add logging for artifact contents in ci.yml
1 parent d996f88 commit a989e4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ jobs:
200200
-L -o my_artifact.zip \
201201
"https://api.github.com/repos/${{ github.repository }}/actions/artifacts/${ARTIFACT_ID}/zip"
202202
203+
echo "Contents of my_artifact.zip for artifact ID: $ARTIFACT_ID"
204+
unzip -l my_artifact.zip
205+
203206
unzip my_artifact.zip -d test_results 2> /dev/null || true
204207
echo "Contents of test_results directory for artifact ID: $ARTIFACT_ID"
205208
ls -l test_results

0 commit comments

Comments
 (0)