Skip to content

Commit f807d3c

Browse files
committed
try to use snapshot
1 parent 4bcbfe3 commit f807d3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575
password: ${{ secrets.GH_PAT_FOR_SHIVA }}
7676
- name: Pull Shiva Container
7777
id: shiva-pull
78-
run: docker pull ghcr.io/lit-protocol/shiva:latest
78+
run: docker pull ghcr.io/lit-protocol/shiva:snap-shot-test
7979
- name: Run Shiva Container
8080
id: shiva-runner
8181
run: docker run -d -m 32g -p 8000:8000 -p 8545:8545 -p 7470:7470 -p 7471:7471 -p 7472:7472 -p 7473:7473 -p 7474:7474 -p 7475:7475 -v ${{github.workspace}}/lit-assets:/data -e GH_PAT=${{secrets.GH_PAT_FOR_SHIVA}} -e HASH=$DATIL_COMMIT_HASH -e IPFS_API_KEY=${{secrets.IPFS_API_KEY}} --name shiva ghcr.io/lit-protocol/shiva:latest
82-
- name: Set up Node.js
83-
uses: actions/setup-node@v3
84-
with:
85-
node-version: '20'
82+
# - name: Set up Node.js
83+
# uses: actions/setup-node@v3
84+
# with:
85+
# node-version: '20'
8686
# - uses: jetli/[email protected]
8787
# with:
8888
# # Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')

0 commit comments

Comments
 (0)