Skip to content

Bump the aws-dependencies group with 3 updates #803

Bump the aws-dependencies group with 3 updates

Bump the aws-dependencies group with 3 updates #803

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Setup Poetry
uses: abatilo/[email protected]
with:
poetry-version: "1.1.13"
- run: bundle install
- run: bundle exec rake test
style-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec rubocop