Skip to content

Commit

Permalink
test: Add tanna's magic to the test gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Oct 16, 2024
1 parent 01f4647 commit 95f5658
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/test_gem/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down

0 comments on commit 95f5658

Please sign in to comment.