Update on-pr-manual.yml

This commit is contained in:
Abdul Rabbani 2022-04-21 19:10:13 -04:00
parent 627be0bdda
commit 01b144544a

View File

@ -66,10 +66,9 @@ jobs:
go install github.com/onsi/ginkgo/v2/ginkgo@latest
- name: Run the tests
env:
GOPATH: ${{ runner.workspace }}
run: |
echo $GOBIN
ls $GOBIN
export GOPATH=$HOME/go
cd ipld-ethcl-indexer
make test