Skip to content

Commit

Permalink
ci: switch to bundle exec for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Dec 8, 2020
1 parent 6179351 commit d31ac71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ jobs:
gem install --no-document bundler
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
run: bundle exec npm test

0 comments on commit d31ac71

Please sign in to comment.