diff --git a/.github/workflows/test-e2e.yaml b/.github/workflows/test-e2e.yaml index 8f55c27ba..89b80e1f2 100644 --- a/.github/workflows/test-e2e.yaml +++ b/.github/workflows/test-e2e.yaml @@ -97,6 +97,17 @@ jobs: with: node-version: '20' + - name: Download artifact + uses: actions/download-artifact@v4 + with: + name: vechain-thor-image-${{ github.sha }} + path: /tmp + + - name: Load image + run: | + docker load --input /tmp/vechain-thor.tar + docker image ls -a + - name: Install run: npm install