Update on-pr-manual.yml
This commit is contained in:
parent
e2b58fcdd4
commit
6ac62c7727
8
.github/workflows/on-pr-manual.yml
vendored
8
.github/workflows/on-pr-manual.yml
vendored
@ -61,10 +61,12 @@ jobs:
|
|||||||
go-version: ">=1.17.0"
|
go-version: ">=1.17.0"
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Wait and run tests
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
sleep 20
|
|
||||||
cd ipld-ethcl-indexer
|
|
||||||
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
|
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
|
||||||
go get github.com/onsi/gomega/...
|
go get github.com/onsi/gomega/...
|
||||||
|
|
||||||
|
- name: Run the tests
|
||||||
|
run: |
|
||||||
|
cd ipld-ethcl-indexer
|
||||||
make test
|
make test
|
||||||
|
Loading…
Reference in New Issue
Block a user