Add ENV vars to config file, switch to ERB template
Also change S3 endpoint config to not require a trailing slash.
This commit is contained in:
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
@@ -28,6 +28,6 @@ jobs:
|
||||
with:
|
||||
redis-version: ${{ matrix.redis-version }}
|
||||
- name: Configure
|
||||
run: cp config.yml.example.s3 config.yml
|
||||
run: cp config.yml.erb.example config.yml
|
||||
- name: Run tests
|
||||
run: bundle exec rake test
|
||||
|
||||
Reference in New Issue
Block a user