Skip to content

Commit

Permalink
ci: fix binstubs path
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Dec 8, 2020
1 parent b94bb58 commit c019735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
gem install --no-document bundler
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
bundle binstubs --all
bundle binstubs --all --path ~/bin
- name: Run Test
run: npm test

0 comments on commit c019735

Please sign in to comment.