Compare commits

..

2 Commits

Author SHA1 Message Date
a8637a6982 Remove purdytest, update Minitest class name 2023-10-26 16:14:46 +02:00
2cd13729e5 Add ENV vars to config file, switch to ERB template
Also change S3 endpoint config to not require a trailing slash.
2023-10-26 16:14:35 +02:00

View File

@@ -28,6 +28,6 @@ jobs:
with:
redis-version: ${{ matrix.redis-version }}
- name: Configure
run: cp config.yml.erb.example config.yml.erb
run: cp config.yml.erb.example config.yml
- name: Run tests
run: bundle exec rake test