diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4573eb9..3834000 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,5 +17,10 @@ jobs: run: earthly --ci +test - name: Lint run: earthly --ci +lint + - name: Cleanup used space + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + docker-images: false - name: Integration - run: earthly -P --ci +integration-all \ No newline at end of file + run: earthly -P --ci +integration-all