Skip to content

Commit

Permalink
remove unnecessary earthly cache configuratio nstep
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Nov 1, 2023
1 parent 962ab77 commit 6238800
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/konfig-sdk-integration-tests-earthly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6238800

Please sign in to comment.