diff --git a/.github/actions/test_gem/action.yml b/.github/actions/test_gem/action.yml index 009270fd8..b19dbd968 100644 --- a/.github/actions/test_gem/action.yml +++ b/.github/actions/test_gem/action.yml @@ -96,7 +96,12 @@ runs: echo "::endgroup::" done else - bundle exec rake test + i=0; while bundle exec rake test + do + echo i: $i + ((i=i+1)) + done + echo i: $i fi working-directory: "${{ steps.setup.outputs.gem_dir }}"