Update on-pr-manual.yml
This commit is contained in:
parent
fcf073f6cc
commit
431a674306
8
.github/workflows/on-pr-manual.yml
vendored
8
.github/workflows/on-pr-manual.yml
vendored
@ -66,11 +66,11 @@ 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:
|
|
||||||
run: |
|
run: |
|
||||||
cd ipld-ethcl-indexer
|
cd ipld-ethcl-indexer
|
||||||
export GOPATH=./go
|
ls go/
|
||||||
echo $GOPATH
|
go vet ./...
|
||||||
make test
|
go fmt ./...
|
||||||
|
./go/bin/ginko -r
|
||||||
|
|
||||||
# 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