Skip to content

Setting up a test-environment #499

Closed Answered by tdumalin
antiftw asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @antiftw ,

I've recently discovered that this template is CI ready! and not so hard to use.
I'll let the CD part for another time.

So here's my answer to your questions:

  1. I'd highly recommend to create and run your tests on your local machine while developing (using the TDD is up to you and doesn't change any thing on the CI configuration). The CI runs the same tests as your local machine does but it's purpose is to verify that when you push to the main branch, every thing works as it should be and you didn't break anything since the previous comit

  2. With the template you can re-use your development container, check the "Build Docker images" in .github/workflows/ci.yaml under with.…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by antiftw
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants