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 a3ba18f commit 78066d5
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 @@ -282,7 +282,7 @@ jobs:
- name: Generate coverage report
run: |
docker-compose exec -e CC_TEST_REPORTER_ID=${{ secrets.CC_TEST_REPORTER_ID }} \
docker-compose exec -T -e CC_TEST_REPORTER_ID=${{ secrets.CC_TEST_REPORTER_ID }} \
-e GIT_COMMIT_SHA=${{ github.sha }} \
-e GITHUB_REF_NAME=${{ github.head_ref || github.ref_name }} \
-e AWS_CONFIG_FILE=/app/credentials \
Expand All @@ -293,7 +293,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
run: |
docker-compose exec -e CC_TEST_REPORTER_ID=${{ secrets.CC_TEST_REPORTER_ID }} \
docker-compose exec -e -T CC_TEST_REPORTER_ID=${{ secrets.CC_TEST_REPORTER_ID }} \
-e GIT_COMMIT_SHA=${{ github.sha }} \
-e GITHUB_REF_NAME=${{ github.head_ref || github.ref_name }} \
-e AWS_CONFIG_FILE=/app/credentials \
Expand Down

0 comments on commit 78066d5

Please sign in to comment.