mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
example workflow Update ruby.yml limit builds Update ruby.yml postgres service Update ruby.yml pg_port copy config files Update ruby.yml Update ruby.yml Update database_travis.yml Update ruby.yml Update ruby.yml bump wkhtmltopdf-binary Unlock gem 'wkhtmltopdf-binary' Update ruby.yml Update ruby.yml Update ruby.yml remove Lockfile restore Gemfile test only ubuntu-18.04 bundle env remove deploy deps remove mina dep use rexml from bundle rather then std-lib to support ruby 3.0 install rexml drop ruby 3.0, cleanup workflow fix codeclimate sorting issue Codeclimate reporting stop using deprecated set-env use simplecov formater simplecov in after-build fix yaml syntax run in debug mode Set correct env var to run coverage cleanup, provide CC_TEST_REPORTER_ID secret combine multiple results more variables pull/commit different envs Change test command to get more coverage
19 lines
302 B
YAML
19 lines
302 B
YAML
default: &default
|
|
host: localhost
|
|
adapter: postgresql
|
|
encoding: unicode
|
|
pool: 5
|
|
username: postgres
|
|
password: password
|
|
|
|
test:
|
|
<<: *default
|
|
database: registry_test
|
|
|
|
whois_test:
|
|
<<: *default
|
|
database: registry_whois_test
|
|
|
|
api_log_test:
|
|
<<: *default
|
|
database: registry_api_log_test
|