4. Add Tests
Step 1 — Add a Test action
---
kind: Test
name: integ
type: container
dependencies: [deploy.web]
spec:
image: ${actions.build.web.outputs.deploymentImageId}
command: [npm, run, test:integ]Step 2 — Run the test
garden testStep 3 – Break the test
Last updated
Was this helpful?

