From f807d3c7dc5f9861cdecf32cd13acd9c08c8fdae Mon Sep 17 00:00:00 2001 From: Anson Date: Fri, 25 Oct 2024 15:06:52 +0100 Subject: [PATCH] try to use snapshot --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a08c8ba8a..3da797afa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,14 +75,14 @@ jobs: password: ${{ secrets.GH_PAT_FOR_SHIVA }} - name: Pull Shiva Container id: shiva-pull - run: docker pull ghcr.io/lit-protocol/shiva:latest + run: docker pull ghcr.io/lit-protocol/shiva:snap-shot-test - name: Run Shiva Container id: shiva-runner 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 - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: '20' + # - name: Set up Node.js + # uses: actions/setup-node@v3 + # with: + # node-version: '20' # - uses: jetli/wasm-pack-action@v0.4.0 # with: # # Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')