Skip to content

Commit

Permalink
Reorder steps for downstream CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jul 27, 2024
1 parent 115b0f1 commit ce373b3
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 @@ -31,14 +31,14 @@ jobs:

- uses: actions/checkout@v4

- name: Publish smithy-ruby to mavenLocal
run: bundle exec rake codegen:publish-local

- name: Install gems
run: |
bundle config set --local without 'benchmark development docs rbs'
bundle install
- name: Publish smithy-ruby to mavenLocal
run: bundle exec rake codegen:publish-local

- name: v4 setup and build
run: |
git clone --depth 1 https://github.com/alextwoods/aws-sdk-ruby-v4
Expand Down

0 comments on commit ce373b3

Please sign in to comment.