Utilize Ginkgo and replace testing library. #9

Merged
abdulrabbani00 merged 27 commits from feature/7-testing-with-ginko+cicd into develop 2022-04-22 12:28:01 +00:00
Showing only changes of commit 2cd93b2703 - Show all commits

View File

@ -26,12 +26,12 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
path: "$GITHUB_WORKSPACE/ipld-ethcl-indexer"
path: "./ipld-ethcl-indexer"
- uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.foundry-test-ref }}
path: "$GITHUB_WORKSPACE/foundry-test/"
path: "./foundry-test/"
repository: vulcanize/foundry-test
fetch-depth: 0
@ -39,7 +39,7 @@ jobs:
with:
ref: ${{ github.event.inputs.ipld-eth-db-ref }}
repository: vulcanize/ipld-eth-db
path: "$GITHUB_WORKSPACE/ipld-eth-db/"
path: "./ipld-eth-db/"
fetch-depth: 0
- name: Create config file