mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-15 04:14:24 +00:00
Add buildkite scripts
This commit is contained in:
12
script/run_tests.sh
Executable file
12
script/run_tests.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "--- Bundling"
|
||||
bundle install
|
||||
|
||||
echo "--- Preparing test database"
|
||||
bundle exec rake db:test:prepare
|
||||
|
||||
echo "--- Running tests"
|
||||
bundle exec rake
|
||||
Reference in New Issue
Block a user