Skip to content

Commit

Permalink
Update ginkgo installation command in tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Oct 30, 2024
1 parent fa48bba commit 92899cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
cache-dependency-path: bucket-scanner/go.sum

- name: Install ginkgo
run: go install github.com/onsi/ginkgo@${GINKGO_VERSION}
run: go install github.com/onsi/ginkgo/v2@${GINKGO_VERSION}

- name: Run bucket scanner unit tests
run: >-
Expand Down

0 comments on commit 92899cc

Please sign in to comment.