Fixed things
This commit is contained in:
commit
eabebac066
2 changed files with 2 additions and 2 deletions
|
@ -10,4 +10,4 @@ before_install:
|
|||
- cp .env.template .env
|
||||
|
||||
script:
|
||||
- docker-compose -f docker/build/docker-compose.yml -e RACK_ENV=ci -e RAILS_ENV=ci run build script/test.sh
|
||||
- docker-compose -f docker/build/docker-compose.yml run -e RACK_ENV=ci -e RAILS_ENV=ci build script/test.sh
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
require 'config/environments/test.rb'
|
||||
require File.expand_path('config/environments/test')
|
||||
|
||||
Commitchange::Application.configure do
|
||||
|
||||
|
|
Loading…
Reference in a new issue