Skip to content

Commit

Permalink
Updated git actions to pin ginkgo version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcardy committed Oct 28, 2022
1 parent 13e03d7 commit 92c32df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: ${{ success() }}
run: |
mkdir reports
go install github.com/onsi/ginkgo/v2/ginkgo@latest
go install github.com/onsi/ginkgo/v2/ginkgo@v2.1.3
ginkgo --junit-report=./reports/report.xml -coverprofile ./reports/coverage.out -coverpkg solace.dev/go/messaging/internal/...,solace.dev/go/messaging/pkg/... -tags enable_debug_logging
working-directory: ./test

Expand Down

0 comments on commit 92c32df

Please sign in to comment.