Skip to content

Commit

Permalink
remove gem installer step
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Jul 19, 2024
1 parent 78066d5 commit 0129326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
-e GITHUB_REF_NAME=${{ github.head_ref || github.ref_name }} \
-e AWS_CONFIG_FILE=/app/credentials \
api test/test-coverage.sh \
-c "bundle exec codeclimate-test-reporter format-coverage -t simplecov -o coverage/codeclimate.json"
/bin/sh -c "bundle exec codeclimate-test-reporter format-coverage -t simplecov -o coverage/codeclimate.json"
- name: Upload coverage report to Code Climate
env:
Expand All @@ -298,4 +298,4 @@ jobs:
-e GITHUB_REF_NAME=${{ github.head_ref || github.ref_name }} \
-e AWS_CONFIG_FILE=/app/credentials \
api test/test-coverage.sh \
-c "bundle exec codeclimate-test-reporter upload-coverage"
/bin/sh -c "bundle exec codeclimate-test-reporter upload-coverage"

0 comments on commit 0129326

Please sign in to comment.