Skip to content

Commit

Permalink
👷 drop attempt at caching
Browse files Browse the repository at this point in the history
Someone else can figure it out later :-)

Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Feb 21, 2024
1 parent 1cb7f40 commit 1b8c2b2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ jobs:
./manage build
./manage start
- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /var/lib/docker
key: ${{ runner.os }}-docker-${{ github.sha }}
restore-keys: |
${{ runner.os }}-docker-
- name: Build and run tests
run: |
cd indy-tails-server/docker
Expand Down

0 comments on commit 1b8c2b2

Please sign in to comment.