From e8ac8a842156b85a97d37ffd10a7a1f481a321d3 Mon Sep 17 00:00:00 2001 From: Yorke Rhodes Date: Tue, 28 Nov 2023 15:07:18 -0500 Subject: [PATCH] Try sparse checking out more? --- .github/workflows/storage-analysis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/storage-analysis.yml b/.github/workflows/storage-analysis.yml index f380f1c774..0c2604d894 100644 --- a/.github/workflows/storage-analysis.yml +++ b/.github/workflows/storage-analysis.yml @@ -36,7 +36,9 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.base.sha }} - sparse-checkout: solidity/contracts + sparse-checkout: | + . + solidity/contracts clean: false # Run the command on the target branch