From 3f39bc6322c130d596e2feff0e94845673465ec8 Mon Sep 17 00:00:00 2001 From: Bence Haromi Date: Sat, 7 Oct 2023 17:24:30 +0100 Subject: [PATCH] ci: added missing artifacts for cacheing --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a9d9b7b..4da8d981 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,6 +33,8 @@ jobs: artifacts-zk cache-zk typechain-types + contracts/artifacts + contracts/precompiles/artifacts test: needs: [build] @@ -63,6 +65,8 @@ jobs: artifacts-zk cache-zk typechain-types + contracts/artifacts + contracts/precompiles/artifacts - name: Run tests run: yarn test