Skip to content

Commit

Permalink
Merge branch 'main' into update-git-pr-form
Browse files Browse the repository at this point in the history
  • Loading branch information
merelcht authored Oct 15, 2024
2 parents 0ce5bd5 + 216a110 commit edf3fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kedro-docker/features/docker.feature
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Feature: Docker commands in new projects

Scenario: Execute docker run target without building image
When I execute the kedro command "docker run"
Then I should get a successful exit code
Then I should get an error exit code
And Standard output should contain a message including "Error: Unable to find image `project-dummy` locally."

Scenario: Execute docker dive target
Expand All @@ -118,5 +118,5 @@ Feature: Docker commands in new projects

Scenario: Execute docker dive without building image
When I execute the kedro command "docker dive"
Then I should get a successful exit code
Then I should get an error exit code
And Standard output should contain a message including "Error: Unable to find image `project-dummy` locally."

0 comments on commit edf3fff

Please sign in to comment.