Skip to content

Commit

Permalink
rewrite coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Jul 21, 2024
1 parent f4dad78 commit 846b87d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ jobs:
echo "GIT_BRANCH=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
echo "GIT_COMMIT_SHA=$GITHUB_SHA" >> $GITHUB_ENV
- name: Set up AWS credentials
run: |
# - name: Set up AWS credentials
# run: |

echo "aws_access_key_id = ${{ secrets.AWS_ACCESS_KEY_ID }}"
echo "aws_secret_access_key = ${{ secrets.AWS_SECRET_ACCESS_KEY }}"
# echo "aws_access_key_id = ${{ secrets.AWS_ACCESS_KEY_ID }}" >> app/credentials
# echo "aws_secret_access_key = ${{ secrets.AWS_SECRET_ACCESS_KEY }}" >> app/credentials

# - name: Download test coverage reporter
# env:
Expand Down

0 comments on commit 846b87d

Please sign in to comment.