Skip to content

Commit 83396ae

Browse files
authored
Merge pull request #425 from reliforp/cache-docker-images
Cache docker images in CI for testing
2 parents 6575bb9 + 390cc5d commit 83396ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
3535
restore-keys: ${{ runner.os }}-composer-
3636

37+
- name: Cache Docker images
38+
uses: ScribeMD/[email protected]
39+
with:
40+
key: docker-${{ runner.os }}-${{ hashFiles('Dockerfile-dev','tests/TargetPhpVmProvider.php') }}
41+
3742
- name: Validate composer.json and composer.lock
3843
run: composer validate
3944

0 commit comments

Comments
 (0)