Use which ginkgo

This commit is contained in:
Abdul Rabbani
2022-04-21 19:23:02 -04:00
parent be865290d2
commit d48046fb93
+4 -1
View File
@@ -69,10 +69,13 @@ jobs:
- name: Install packages
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@latest
which ginkgo
- name: Run the tests
run: |
cd ipld-ethcl-indexer
make test
go vet ./...
go fmt ./...
$(which ginkgo) -r
# export GOPATH=$(echo $GOBIN | rev | cut -d "/" -f 2- | rev)