Update on-pr-manual.yml
This commit is contained in:
parent
627be0bdda
commit
01b144544a
5
.github/workflows/on-pr-manual.yml
vendored
5
.github/workflows/on-pr-manual.yml
vendored
@ -66,10 +66,9 @@ jobs:
|
|||||||
go install github.com/onsi/ginkgo/v2/ginkgo@latest
|
go install github.com/onsi/ginkgo/v2/ginkgo@latest
|
||||||
|
|
||||||
- name: Run the tests
|
- name: Run the tests
|
||||||
|
env:
|
||||||
|
GOPATH: ${{ runner.workspace }}
|
||||||
run: |
|
run: |
|
||||||
echo $GOBIN
|
|
||||||
ls $GOBIN
|
|
||||||
export GOPATH=$HOME/go
|
|
||||||
cd ipld-ethcl-indexer
|
cd ipld-ethcl-indexer
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user