We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add25bb commit f1b9303Copy full SHA for f1b9303
.github/workflows/ci.yml
@@ -188,8 +188,6 @@ jobs:
188
"https://api.github.com/repos/${{ github.repository }}/actions/runs/${LAST_SUCCESSFUL_RUN_ID}/artifacts" | \
189
jq -r '.artifacts | sort_by(.created_at) | .[] | select(.name | startswith("testresults-")) | .id')
190
191
- echo "ARTIFACT_IDS=$ARTIFACT_IDS" >> $GITHUB_ENV
192
-
193
mkdir -p test_results
194
195
for ARTIFACT_ID in $ARTIFACT_IDS; do
0 commit comments