Skip to content

Commit

Permalink
Merge pull request #54 from chef/mp/ruby-3.1
Browse files Browse the repository at this point in the history
do not run style during windows tests
  • Loading branch information
PrajaktaPurohit authored Apr 7, 2022
2 parents f9ef330 + ce8e144 commit daeee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/run_windows_tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ If ($lastexitcode -ne 0) { Exit $lastexitcode }

Write-Output "--- Bundle Execute"

bundle exec rake
bundle exec rake spec
If ($lastexitcode -ne 0) { Exit $lastexitcode }

0 comments on commit daeee53

Please sign in to comment.