Skip to content

Commit

Permalink
ci: add binstubs directory to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Dec 8, 2020
1 parent c019735 commit 6179351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
bundle binstubs --all --path ~/bin
echo "~/bin" >> $GITHUB_PATH
- name: Run Test
run: npm test

0 comments on commit 6179351

Please sign in to comment.