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

feat(testing): Add e2e tests for docker #77

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 25, 2024

  1. fix: Update go.mod file

    Signed-off-by: Georgios Ntoutsos <[email protected]>
    gntouts committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b2f7201 View commit details
    Browse the repository at this point in the history
  2. ci: change VM profile for e2e testing

    In order to test urunc with docker, we use a different VM template
    that has docker installed.
    
    Signed-off-by: Georgios Ntoutsos <[email protected]>
    gntouts committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3152e2b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. feat(testing): Add docker tests

    Add e2e tests for urunc and docker
    
    Signed-off-by: Georgios Ntoutsos <[email protected]>
    gntouts committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6744ef3 View commit details
    Browse the repository at this point in the history