CI changes for running local-tests against Shiva within a docker container.
See action run linked here for new integration test steps.
We now pull release branches from a specified commit based for Datil based on the DATIL_COMMIT_HASH and DATIL_BRANCH_NAME which can be configured for pulling different branches for release testing.
In the current design of the container environment we are required to pull in lit-assets for contract deployment functionality. Due to this requirement the GH_PAT has been added as well as GH_USERNAME in order to authenticate with the Lit Protocol GitHub org.
IPFS_API_KEY is a required env var as it is needed for lit-node to function correctly.
Note: This PR will need follow up to change the branch / commit hash once datil-cherry-pick has been merged into datil which can be tracked here:
CI changes for running local-tests against Shiva within a docker container.
See action run linked here for new integration test steps.
We now pull release branches from a specified commit based for
Datil
based on theDATIL_COMMIT_HASH
andDATIL_BRANCH_NAME
which can be configured for pulling different branches for release testing.In the current design of the container environment we are required to pull in
lit-assets
for contract deployment functionality. Due to this requirement theGH_PAT
has been added as well asGH_USERNAME
in order to authenticate with the Lit Protocol GitHub org.IPFS_API_KEY
is a required env var as it is needed forlit-node
to function correctly.Note: This PR will need follow up to change the branch / commit hash once
datil-cherry-pick
has been merged intodatil
which can be tracked here: