Skip to content

Commit

Permalink
checkout with submodules in main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hmsk committed Jun 11, 2024
1 parent 1add102 commit 789b85b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- '3.3.1'

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
submodules: true
- name: Run the default task
run: bundle exec rake

0 comments on commit 789b85b

Please sign in to comment.