Skip to content

Commit

Permalink
Fix command to run test case
Browse files Browse the repository at this point in the history
Signed-off-by: sachin007jain <sachin.jain@chef.io>
  • Loading branch information
sachin007jain committed Mar 25, 2022
1 parent b813605 commit e08d8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test
- run: bundle exec rake spec

0 comments on commit e08d8c5

Please sign in to comment.