You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally in CI things run slowly and it takes more that 1 second
for a cli test to run, so let's allow any value for the runtime in the
hook checks.
@@ -273,7 +273,7 @@ class CliMainTest < CliTestCase
273
273
assert_match"docker tag dhh/app:123 dhh/app:latest",output
274
274
assert_match"docker run --detach --restart unless-stopped --name app-web-123",output
275
275
assert_match"docker container ls --all --filter name=^app-web-version-to-rollback$ --quiet | xargs docker stop",output,"Should stop the container that was previously running"
0 commit comments