We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2eb2f commit 451516bCopy full SHA for 451516b
1 file changed
Makefile
@@ -26,6 +26,7 @@ continuous_development: image
26
console: image
27
./bin/run_in_shell bin/console
28
29
+# Note that we don't use run_in_shell because those are interactive and CI won't like that.
30
test: image
31
docker run --rm $(LOCAL_LINK) $(PROJECT_NAME) sh -c "bundle exec rake test && bundle exec rubocop"
32
0 commit comments