Skip to content

Commit

Permalink
BAU - Remove ginkgo CLI
Browse files Browse the repository at this point in the history
Description:
- Removes the unused ginkgo CLI step in GitHub actions
- Bumps the GitHub action to use 1.20
  • Loading branch information
nimalank7 committed Aug 23, 2023
1 parent f48d25e commit 319015c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.18

- name: Install ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
go-version: 1.20

- name: Test
run: |
Expand Down

0 comments on commit 319015c

Please sign in to comment.