diff --git a/.github/workflows/task-e2e.yml b/.github/workflows/task-e2e.yml index 694b0906..dfd8cee6 100644 --- a/.github/workflows/task-e2e.yml +++ b/.github/workflows/task-e2e.yml @@ -118,23 +118,6 @@ jobs: key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} restore-keys: | ${{ runner.os }}-bun- - - name: Cache Foundry libraries - uses: actions/cache/restore@v4 - with: - path: ../contracts/lib - key: ${{ runner.os }}-foundry-libs-${{ hashFiles('.gitmodules') }} - restore-keys: | - ${{ runner.os }}-foundry-libs- - - - name: Cache Foundry build artifacts - uses: actions/cache/restore@v4 - with: - path: | - ../contracts/out - ../contracts/cache - key: ${{ runner.os }}-foundry-build-${{ hashFiles('contracts/foundry.toml', 'contracts/**/*.sol') }} - restore-keys: | - ${{ runner.os }}-foundry-build- - uses: docker/login-action@v3 with: registry: ghcr.io diff --git a/.github/workflows/task-foundry-tests.yml b/.github/workflows/task-foundry-tests.yml index c6bc6d81..81288ee6 100644 --- a/.github/workflows/task-foundry-tests.yml +++ b/.github/workflows/task-foundry-tests.yml @@ -38,16 +38,6 @@ jobs: with: version: v1.4.3 - - name: Cache Foundry build artifacts - uses: actions/cache@v4 - with: - path: | - contracts/out - contracts/cache - key: ${{ runner.os }}-foundry-build-${{ hashFiles('contracts/foundry.toml', 'contracts/**/*.sol') }} - restore-keys: | - ${{ runner.os }}-foundry-build- - - run: forge --version - run: forge fmt --check - run: forge build --sizes