Skip to content

Commit

Permalink
Have bundle exec the test
Browse files Browse the repository at this point in the history
Also ignore vendor path
  • Loading branch information
Daniel Granerud committed May 7, 2020
1 parent 2262487 commit 3d18497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Test gem
run: |
rake test
bundle exec rake test
- name: Upload artifact
uses: actions/upload-artifact@v2-preview
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ bin/
*.gem
/Gemfile.lock
.jekyll-cache/
_site/
_site/
vendor/

0 comments on commit 3d18497

Please sign in to comment.