Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Nov 13, 2021
1 parent 8f1d60b commit bbe1b45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- uses: actions/checkout@master
- name: install ginkgo
run: |
go install github.com/onsi/ginkgo/ginkgo
go install github.com/onsi/gomega/...
go get -u github.com/onsi/ginkgo/ginkgo
- name: ginkgo
run: |
ginkgo -r -v -skip="RomverResource"

0 comments on commit bbe1b45

Please sign in to comment.