Skip to content

Commit

Permalink
Merge pull request #425 from reliforp/cache-docker-images
Browse files Browse the repository at this point in the history
Cache docker images in CI for testing
  • Loading branch information
sj-i authored Feb 7, 2024
2 parents 6575bb9 + 390cc5d commit 83396ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-

- name: Cache Docker images
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('Dockerfile-dev','tests/TargetPhpVmProvider.php') }}

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down

0 comments on commit 83396ae

Please sign in to comment.