Skip to content

Commit f1b9303

Browse files
committed
chore: remove echo statement for artifact IDs in ci.yml into github env
1 parent add25bb commit f1b9303

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ jobs:
188188
"https://api.github.com/repos/${{ github.repository }}/actions/runs/${LAST_SUCCESSFUL_RUN_ID}/artifacts" | \
189189
jq -r '.artifacts | sort_by(.created_at) | .[] | select(.name | startswith("testresults-")) | .id')
190190
191-
echo "ARTIFACT_IDS=$ARTIFACT_IDS" >> $GITHUB_ENV
192-
193191
mkdir -p test_results
194192
195193
for ARTIFACT_ID in $ARTIFACT_IDS; do

0 commit comments

Comments
 (0)