Update on-pr-manual.yml

This commit is contained in:
Abdul Rabbani 2022-04-21 19:14:53 -04:00
parent fcf073f6cc
commit 431a674306

View File

@ -66,11 +66,11 @@ jobs:
go install github.com/onsi/ginkgo/v2/ginkgo@latest
- name: Run the tests
env:
run: |
cd ipld-ethcl-indexer
export GOPATH=./go
echo $GOPATH
make test
ls go/
go vet ./...
go fmt ./...
./go/bin/ginko -r
# export GOPATH=$(echo $GOBIN | rev | cut -d "/" -f 2- | rev)