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:
2023-10-26 16:13:23 +02:00
parent e90ed70002
commit 2cd13729e5
7 changed files with 22 additions and 30 deletions

View File

@@ -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