Don't require database in GHA docker workflow check
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
# If running the rails server then create or migrate existing database
|
||||
# if [ "${*}" == "./bin/rails server" ]; then
|
||||
# ./bin/rails db:prepare
|
||||
# fi
|
||||
|
||||
exec "${@}"
|
||||
Reference in New Issue
Block a user