From 395ffd9f85c6eb99a325b7888d965064eb87dedc Mon Sep 17 00:00:00 2001 From: KillariDev Date: Thu, 28 Dec 2023 11:10:53 +0200 Subject: [PATCH] don't upload artifact --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 220c82e9b2c..ce9e4ed6dda 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -157,11 +157,6 @@ jobs: name: Cypress tests SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TEST_REPORTER_WEBHOOK }} - - uses: actions/upload-artifact@v3 - with: - name: hardhat-cache - path: cache - hardhat-cache: needs: [cypress-test-matrix] runs-on: ubuntu-latest