Skip to content

Commit

Permalink
Fix docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikvv committed Dec 5, 2024
1 parent 6d0d432 commit 6dc8b3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ jobs:
- name: docker cache
uses: actions/cache@v4
with:
path: /var/lib/docker
path: /var/lib/docker/image
key: var-lib-docker
- run: >
docker compose
--project-directory .
--file github-actions/compose.yaml
run --rm --user root
zorm-test-github-actions
- name: prepare cache
if: always()
run: chmod 777 /var/lib/docker

# Tests without a database
gradle:
Expand Down

0 comments on commit 6dc8b3b

Please sign in to comment.