Update on-pr-manual.yml

This commit is contained in:
Abdul Rabbani 2022-04-21 19:12:36 -04:00
parent 01b144544a
commit fcf073f6cc

View File

@ -67,9 +67,10 @@ jobs:
- name: Run the tests
env:
GOPATH: ${{ runner.workspace }}
run: |
cd ipld-ethcl-indexer
export GOPATH=./go
echo $GOPATH
make test
# export GOPATH=$(echo $GOBIN | rev | cut -d "/" -f 2- | rev)