Skip to content

Commit

Permalink
Run make test on codecov upload (#419)
Browse files Browse the repository at this point in the history
Signed-off-by: John Collier <jcollier@redhat.com>
  • Loading branch information
johnmcollier authored Nov 21, 2023
1 parent e64a4f5 commit f2e10e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ jobs:
go-version: 1.19
- name: Run Go Tests
run: |
# Temporarily adding a pact-go installation.
# It should be gone once https://issues.redhat.com/browse/HAC-4879 is solved
go get github.com/pact-foundation/pact-go/v2@2.x.x
go install github.com/pact-foundation/pact-go/v2@2.x.x
sudo /home/runner/go/bin/pact-go -l DEBUG install
go mod download
make unit-tests && make cdq-analysis-unit-tests
make test
- name: Codecov
uses: codecov/codecov-action@v2.1.0

0 comments on commit f2e10e6

Please sign in to comment.