diff --git a/.github/workflows/on-pr-manual.yml b/.github/workflows/on-pr-manual.yml index f4d6e06..4ba143c 100644 --- a/.github/workflows/on-pr-manual.yml +++ b/.github/workflows/on-pr-manual.yml @@ -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)