Skip to content

Commit

Permalink
Dockerのキャッシュを試しに作成
Browse files Browse the repository at this point in the history
  • Loading branch information
sokuhatiku committed Feb 12, 2024
1 parent 8b4609f commit 83f5b55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
fetch-depth: 0
lfs: true

- name: Cache Docker images
uses: actions/cache@v4
with:
path: C:\ProgramData\Docker
key: docker-windows-${{ matrix.unity-version }}

- name: Run tests
uses: sokuhatiku/unity-test-runner@52b336a8c9e31ac6c7c867e48791dac1fdf1c79c
env:
Expand Down

0 comments on commit 83f5b55

Please sign in to comment.