Skip to content

Commit

Permalink
BAU - Remove Ginkgo CLI dependency
Browse files Browse the repository at this point in the history
Description:
- Removes dependency on Ginkgo CLI
  • Loading branch information
nimalank7 committed Oct 19, 2023
1 parent 6ba75e6 commit 67e4e21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
with:
go-version: "${{env.GO_VERSION}}"

- name: Install Ginkgo CLI
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@latest
- name: Run tests
run: |
make test_unit
Expand Down
3 changes: 0 additions & 3 deletions ci/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ run:
- -e
- -c
- |
go install github.com/onsi/ginkgo/v2/ginkgo@latest
cd src/github.com/alphagov/paas-rds-broker
make integration

0 comments on commit 67e4e21

Please sign in to comment.