Skip to content

Commit

Permalink
Remove debugging from Run tests step
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoxley committed Jul 28, 2023
1 parent f548d95 commit 5863c01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
run: |
docker-compose up -d
docker exec gem_test_runner bash -c "cd gem_src && bundle install && bundle exec rspec"
ls -a ${{github.workspace}}/coverage
cat ${{github.workspace}}/coverage/.resultset.json
- name: Code Coverage
uses: paambaati/codeclimate-action@v5.0.0
Expand Down

0 comments on commit 5863c01

Please sign in to comment.