From 623880097ffa3cf0a7e075e81055751ad92e71bb Mon Sep 17 00:00:00 2001 From: dphuang2 Date: Tue, 31 Oct 2023 22:55:27 -0700 Subject: [PATCH] remove unnecessary earthly cache configuratio nstep --- .github/workflows/konfig-sdk-integration-tests-earthly.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/konfig-sdk-integration-tests-earthly.yaml b/.github/workflows/konfig-sdk-integration-tests-earthly.yaml index 41c697b525..6cf6e55ad5 100644 --- a/.github/workflows/konfig-sdk-integration-tests-earthly.yaml +++ b/.github/workflows/konfig-sdk-integration-tests-earthly.yaml @@ -30,9 +30,6 @@ jobs: echo "AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}" >> ./compose/.env working-directory: ./generator/konfig-integration-tests - - name: Configure cache limit for earthly - run: earthly config global.cache_size_mb 25000 - - name: Build and run integration tests run: earthly --ci --sat integration-tester -P +test working-directory: ./generator/konfig-integration-tests \ No newline at end of file