Update on-pr-manual.yml

This commit is contained in:
Abdul Rabbani 2022-04-21 19:02:10 -04:00
parent ab1270aa4e
commit 627be0bdda

View File

@ -67,6 +67,10 @@ jobs:
- name: Run the tests
run: |
export PATH=$PATH:$(go env GOPATH)/bin
echo $GOBIN
ls $GOBIN
export GOPATH=$HOME/go
cd ipld-ethcl-indexer
make test
# export GOPATH=$(echo $GOBIN | rev | cut -d "/" -f 2- | rev)