Skip to content

Conversation

rahulpatidar0191
Copy link
Member

@rahulpatidar0191 rahulpatidar0191 commented Nov 2, 2022

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

  1. ST-PIM
  2. SB-PIM
  • The action.yml creates an action
  • Readme shows the usage of the actions

@rahulpatidar0191 rahulpatidar0191 added the Type: Enhancement New feature or request label Nov 2, 2022
@rahulpatidar0191 rahulpatidar0191 self-assigned this Nov 2, 2022
@rahulpatidar0191 rahulpatidar0191 removed the request for review from hillairet November 3, 2022 21:26
@rahulpatidar0191 rahulpatidar0191 marked this pull request as draft November 3, 2022 21:26
@rahulpatidar0191 rahulpatidar0191 changed the title 🚀 Webapp testing using composite actions 🚀 Webapp docker service and testing using composite actions Nov 4, 2022
@rahulpatidar0191 rahulpatidar0191 marked this pull request as ready for review November 4, 2022 02:26
@rahulpatidar0191 rahulpatidar0191 requested a review from hillairet May 5, 2023 15:36
Comment on lines 25 to 27
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
Copy link
Contributor

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 ...

Copy link
Member Author

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

@rahulpatidar0191 rahulpatidar0191 requested a review from hillairet May 9, 2023 14:47
@rahulpatidar0191
Copy link
Member Author

@hillairet Last one

Copy link
Contributor

@hillairet hillairet left a 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

@rahulpatidar0191 rahulpatidar0191 merged commit 8096f28 into main May 12, 2023
@rahulpatidar0191 rahulpatidar0191 deleted the feature/webapp-deployment-shell branch May 12, 2023 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants