Update on-pr-manual.yml
This commit is contained in:
parent
01b144544a
commit
fcf073f6cc
3
.github/workflows/on-pr-manual.yml
vendored
3
.github/workflows/on-pr-manual.yml
vendored
@ -67,9 +67,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Run the tests
|
- name: Run the tests
|
||||||
env:
|
env:
|
||||||
GOPATH: ${{ runner.workspace }}
|
|
||||||
run: |
|
run: |
|
||||||
cd ipld-ethcl-indexer
|
cd ipld-ethcl-indexer
|
||||||
|
export GOPATH=./go
|
||||||
|
echo $GOPATH
|
||||||
make test
|
make test
|
||||||
|
|
||||||
# export GOPATH=$(echo $GOBIN | rev | cut -d "/" -f 2- | rev)
|
# export GOPATH=$(echo $GOBIN | rev | cut -d "/" -f 2- | rev)
|
||||||
|
Loading…
Reference in New Issue
Block a user