Skip to content

Commit

Permalink
Cache docker images in CI for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed Feb 7, 2024
1 parent 6575bb9 commit 390cc5d
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 390cc5d

Please sign in to comment.