Skip to content

Commit

Permalink
Fix v4 tasks used in downstream ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Jul 18, 2024
1 parent 6c6fa5a commit 1c3018d
Showing 1 changed file with 3 additions and 3 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 update
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

0 comments on commit 1c3018d

Please sign in to comment.