mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Updated robot with locales
This commit is contained in:
parent
d798b05790
commit
8e15af73ac
1 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,11 @@
|
||||||
# Build and run everything for automatic tests
|
# Build and run everything for automatic tests
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# default locations
|
||||||
|
export LANGUAGE=en_US.UTF-8
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
# fail later
|
# fail later
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
@ -40,7 +45,7 @@ echo "END_OF_GIT_LAST_COMMITS"
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
echo "TEST_RESULTS"
|
echo "TEST_RESULTS"
|
||||||
RAILS_ENV=test ROBOT=true bundle exec rake test
|
ROBOT=true bundle exec rake test
|
||||||
echo "END_OF_TEST_RESULTS"
|
echo "END_OF_TEST_RESULTS"
|
||||||
|
|
||||||
# update code review
|
# update code review
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue