Skip to content

Commit

Permalink
fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Feb 14, 2022
1 parent ca1f06d commit cf276d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: go test -v ./cli/... ./domain/... ./kit/... ./node/...

- name: Upload coverage to Codecov
working-directory: mantil
run: |
go test -v ./domain/... -coverprofile=coverage.out
bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit cf276d2

Please sign in to comment.