Skip to content

Commit

Permalink
chore: remove explicit install of ginkgo in CI
Browse files Browse the repository at this point in the history
Remove the explicit install of the `ginkgo` binary in the CI
workflow as it is now automatically installed when running the tests
through the Makefile
  • Loading branch information
miguelsorianod committed Jan 26, 2024
1 parent 9c18ce7 commit dab3f82
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
with:
go-version: ${{ matrix.go }}

- name: Setup Go tools
run: |
go install github.com/onsi/ginkgo/v2/[email protected]
- name: Run the tests
run: make tests ginkgo_flags="--skip-package leadership,retry"

Expand Down

0 comments on commit dab3f82

Please sign in to comment.