From f1014f9bc66bb8747f26ed0d4d9c95ae45b1988a Mon Sep 17 00:00:00 2001 From: Oumar Fall Date: Thu, 10 Oct 2024 11:27:13 +0200 Subject: [PATCH] remove caching in workflow due to deprecated version --- .github/workflows/test.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d04321b..f00f270 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,20 +66,7 @@ jobs: - name: Install dependencies run: yarn --frozen-lockfile - - name: Load cache - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 - with: - name: hardhat-cache - path: cache - if_no_artifact_found: ignore - - name: Run e2e test suite run: yarn test:e2e env: RPC_URL: ${{ secrets.RPC_URL }} - - - name: Save cache - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 - with: - name: hardhat-cache - path: cache