Skip to content

Commit

Permalink
Add bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Mar 21, 2024
1 parent 00a208c commit e73412a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
ls ${{ github.workspace }}
- uses: ruby/setup-ruby@v1
- run: gem instal yard rake
- run: BUNDLER_WITHOUT="production test" bundle install
- run: bundle exec yard
- run: echo "🍏 This job's status is ${{ job.status }}."
# Deploy job
Expand Down

0 comments on commit e73412a

Please sign in to comment.