Skip to content

Commit

Permalink
ci: added ginkgo to coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Feb 3, 2021
1 parent 4192a70 commit 0fcb4e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.15.x
- name: Install Ginkgo
run: go get -u github.com/onsi/ginkgo/ginkgo
- name: Checkout code
uses: actions/checkout@v2
- name: Calc coverage
Expand Down

0 comments on commit 0fcb4e4

Please sign in to comment.