Skip to content

Commit

Permalink
Try to disable bin-links in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav committed Jan 24, 2025
1 parent b2c70e4 commit f980611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
bundler: latest
env:
BUNDLE_FROZEN: "false"
- name: Disable binstub generation for npm
run: npm config set bin-links false --global
- name: Download the bun executable for integration tests
run: bundle exec rake bundlebun:download
- name: Run RSpec
Expand Down

0 comments on commit f980611

Please sign in to comment.