Skip to content

Commit a30a0e6

Browse files
committed
Remove Docker caching, the action used doesn't seem to work any longer
1 parent 630b16c commit a30a0e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Cache Docker images
12-
uses: ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e
13-
with:
14-
key: docker-${{ runner.os }}-${{ hashFiles('.github/workflows/**') }}
15-
read-only: ${{ github.ref != 'refs/heads/Branch_5_0' }}
1611
- uses: juarezr/[email protected]
1712
with:
1813
version: '5.0.2'

0 commit comments

Comments
 (0)