Utilize Ginkgo and replace testing
library.
#9
6
.github/workflows/on-pr-manual.yml
vendored
6
.github/workflows/on-pr-manual.yml
vendored
@ -26,12 +26,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: "$GITHUB_WORKSPACE/ipld-ethcl-indexer"
|
path: "./ipld-ethcl-indexer"
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.inputs.foundry-test-ref }}
|
ref: ${{ github.event.inputs.foundry-test-ref }}
|
||||||
path: "$GITHUB_WORKSPACE/foundry-test/"
|
path: "./foundry-test/"
|
||||||
repository: vulcanize/foundry-test
|
repository: vulcanize/foundry-test
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ github.event.inputs.ipld-eth-db-ref }}
|
ref: ${{ github.event.inputs.ipld-eth-db-ref }}
|
||||||
repository: vulcanize/ipld-eth-db
|
repository: vulcanize/ipld-eth-db
|
||||||
path: "$GITHUB_WORKSPACE/ipld-eth-db/"
|
path: "./ipld-eth-db/"
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Create config file
|
- name: Create config file
|
||||||
|
Loading…
Reference in New Issue
Block a user