Skip to content

Commit

Permalink
Merge pull request #503 from ydah/reorder-gha
Browse files Browse the repository at this point in the history
Reorder RBS collection installation in CI workflow
  • Loading branch information
ydah authored Jan 6, 2025
2 parents 549bf14 + 47359be commit b65bc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: bundle exec rbs collection install
- run: bundle exec rbs-inline --output lib/
- name: Check for uncommitted changes
run: |
Expand All @@ -165,6 +164,7 @@ jobs:
exit 1
fi
shell: bash
- run: bundle exec rbs collection install
- run: bundle exec steep check
test-ruby:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit b65bc88

Please sign in to comment.