Skip to content

Commit

Permalink
Run npm install before setting up ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Oct 13, 2023
1 parent 6350f0e commit b36dd09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
uses: actions/setup-node@v3
with:
cache: 'npm'
- run: npm clean-install
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # 'bundle install' and cache gems
- run: npm clean-install
- name: Run Rake with Rails ${{ matrix.rails }}
run: bundle exec rake
1 change: 1 addition & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: 'npm'
- run: npm clean-install
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit b36dd09

Please sign in to comment.