We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9012f4a commit 047e379Copy full SHA for 047e379
.github/tests/default.sh
@@ -14,11 +14,11 @@ then
14
fi
15
16
print_heading "Check if elasticsearch index is present…"
17
-railsserver_run_command rails r "SearchIndexBackend.index_exists?('Ticket') || exit(1)"
+railsserver_run_command bundle exec rails r "SearchIndexBackend.index_exists?('Ticket') || exit(1)"
18
print_heading "Elasticsearch index is present :)"
19
20
print_heading "Check that translations are present…"
21
-railsserver_run_command rails r "Translation.any? || exit(1)"
+railsserver_run_command bundle exec rails r "Translation.any? || exit(1)"
22
print_heading "Translations are present :)"
23
24
print_heading "Execute autowizard…"
0 commit comments