There is a new cool CI/CD in town and the integration is also just a piece of cake.
- Create a
codefresh.yml
in the root of your repo.
- In your
codefresh
dashboard, you can choose that .yml file from there.
- This is how run test command is defined.
- After the build is triggered, this is what you see in the run logs.
paulb
2
@peterngtr the “main_clone” step can be ommited and I suggest to use “npm ci” instead of “npm install” in CI systems.