Skip to content
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

Add testing for Docker image #464

Open
fityannugroho opened this issue Nov 21, 2024 · 0 comments
Open

Add testing for Docker image #464

fityannugroho opened this issue Nov 21, 2024 · 0 comments
Labels
enhancement New feature or request hacktoberfest Open contribution issue during hacktoberfest help wanted Extra attention is needed

Comments

@fityannugroho
Copy link
Owner

Description

We need to enhance our CI/CD pipeline to include testing for our Docker image in the following scenarios:

  1. When there is a pull request (PR) to the main branch (pr-tests.yml)
  2. When pushing directly to the main branch (tests.yml)

Tasks:

  1. Setup CI/CD Pipeline for PRs to Main

    • Create a new GitHub Actions workflow file to test the Docker image when there is a pull request to the main branch.
    • Ensure that the workflow includes steps to build and test the Docker image.
  2. Setup CI/CD Pipeline for Pushes to Main

    • Create a new GitHub Actions workflow file to test the Docker image when pushing to the main branch.
    • Ensure that the workflow includes steps to build and test the Docker image.

Benefits:

  • Ensure the integrity and functionality of the Docker image before merging changes to the main branch.
  • Catch and fix any issues with the Docker image in the early stages of the development process.
@fityannugroho fityannugroho added enhancement New feature or request help wanted Extra attention is needed hacktoberfest Open contribution issue during hacktoberfest labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Open contribution issue during hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant