Skip to content

Bump aws-sdk-s3 from 1.196.1 to 1.198.0 #64

Bump aws-sdk-s3 from 1.196.1 to 1.198.0

Bump aws-sdk-s3 from 1.196.1 to 1.198.0 #64

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby environment
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.5'
bundler-cache: true
- name: Set up database
env:
RAILS_ENV: test
run: |
bundle exec rails db:create
bundle exec rails db:schema:load
- name: Run tests
env:
RAILS_ENV: test
run: bundle exec rake test