Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Dec 21, 2023
1 parent a879824 commit c3af276
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion download-artifacts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,11 @@ async function main() {
repo: repo,
run_id: runID,
})
core.info(`ARTIFACTS: ${artifacts}`)
core.info("BEGIN TEST OUTPUT")
for (const artifact of artifacts) {
core.info(`${artifact}`)
}
core.info("END TEST OUTPUT")
const artifactNames = names.split(",").map(artifactName => artifactName.trim())

const artifactsToDownload = artifacts.filter((artifact) => {
Expand Down

0 comments on commit c3af276

Please sign in to comment.