Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Feb 14, 2022
1 parent d9fd48c commit ca1f06d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
run: go test -v ./cli/... ./domain/... ./kit/... ./node/...

- name: Upload coverage to Codecov
run: go test -v ./domain/... -coverprofile=coverage.out
run: bash <(curl -s https://codecov.io/bash)
run: |
go test -v ./domain/... -coverprofile=coverage.out
bash <(curl -s https://codecov.io/bash)
- name: Configure AWS Credentials for unit-test account
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit ca1f06d

Please sign in to comment.