Update on-pr-manual.yml
This commit is contained in:
parent
ab1270aa4e
commit
627be0bdda
6
.github/workflows/on-pr-manual.yml
vendored
6
.github/workflows/on-pr-manual.yml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user