Anthropic
CI/CD 1 question
- #1Multi-Job Workflow with Artifact Handoff
A repository at
/home/interview/repocontains a Node.js application with a test suite at./run-tests.sh. The development team needs a two-stage CI/CD pipeline where the first job runs tests and generates test results, and a second job downloads those results to create a summary report. The repository has upload-artifact and download-artifact actions available locally at.github/actions/for artifact management. A starter workflow file has been created at.github/workflows/artifact-handoff.ymlwith the basic structure.