diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 347c2c50..8a5c44dc 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -31,6 +31,11 @@ jobs: develop ${{ github.base_ref }} + - name: Cache Docker Images + uses: ScribeMD/docker-cache@0.5.0 + with: + key: ${{ github.ref_name }} + - name: Test Using Local Config run: tilt ci --timeout "5m"