-
Notifications
You must be signed in to change notification settings - Fork 0
🚀 Webapp docker service and testing using composite actions #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…SatelCreative/satel-local-docker-env into feature/webapp-deployment-shell
scripts/CodeTestsOnce.sh
Outdated
docker cp "$(docker-compose ps -q ${CONTAINER_NAME})":/python/reports/typing.xml typing.xml | ||
docker cp "$(docker-compose ps -q ${CONTAINER_NAME})":/python/reports/unittesting.xml unittesting.xml | ||
docker cp "$(docker-compose ps -q ${CONTAINER_NAME})":/python/reports/coverage.xml coverage.xml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these files used by Github? They were useful in Jenkins ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yet, but I'm hoping to use them with something like this https://github.com/marketplace/actions/junit-report-action
@hillairet Last one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do this
This action runs docker up and then perform tests on them and then removes them once it's finished testing
Scripts are in one folder
Closes: https://github.com/SatelCreative/DevOps-IT/issues/205
Tested on