Skip to content

Commit

Permalink
Remove Struct from Types (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jul 18, 2024
1 parent b6098b2 commit d1c9cbd
Show file tree
Hide file tree
Showing 59 changed files with 4,554 additions and 4,017 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/downstream_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
cd aws-sdk-ruby-v4
bundle config local.Hearth ../
bundle config disable_local_branch_check true
bundle install
bundle install
bundle exec rake codegen:build
- name: v4 core gem tests
working-directory: aws-sdk-ruby-v4
run: bundle exec rake test:core
run: bundle exec rake test:all

- name: v4 protocol tests
working-directory: aws-sdk-ruby-v4
run: bundle exec rake test:protocol-tests
run: bundle exec rake protocol-test:all
554 changes: 277 additions & 277 deletions codegen/projections/rails_json/lib/rails_json/builders.rb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codegen/projections/rails_json/lib/rails_json/client.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

388 changes: 194 additions & 194 deletions codegen/projections/rails_json/lib/rails_json/stubs.rb

Large diffs are not rendered by default.

Loading

0 comments on commit d1c9cbd

Please sign in to comment.