Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon committed Oct 9, 2024
1 parent da29529 commit 84323f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter before-build
RUBYOPT='-W:no-deprecated -W:no-experimental' top -b -d 10 > top.log & bundle exec rspec
RUBYOPT='-W:no-deprecated -W:no-experimental' ( while true; do top -b -n 1 | head -n 10 >> top.log; sleep 10; done ) & bundle exec rspec
./cc-test-reporter after-build --exit-code $?
cat top.log
Expand Down

0 comments on commit 84323f2

Please sign in to comment.