Skip to content

Commit

Permalink
initialize git info in upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
dmou committed Jul 7, 2021
1 parent f5f51cc commit b8e43c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,16 @@ jobs:
- test-functional

steps:
- uses: actions/checkout@v2

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: eu-west-1

- name: Upload Coverage
id: run-unit-tests
env:
Expand Down

0 comments on commit b8e43c2

Please sign in to comment.