Skip to content

Bump aws-sdk-s3 from 1.125.0 to 1.126.0 #184

Bump aws-sdk-s3 from 1.125.0 to 1.126.0

Bump aws-sdk-s3 from 1.125.0 to 1.126.0 #184

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Ruby & install bundled gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- name: Run tests
run: bundle exec rake