Skip to content

Commit

Permalink
test: test the id option for var/cache/apt
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Apr 2, 2024
1 parent 0391354 commit 4716303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
skip-extraction: false
cache-map: |
{
"var-cache-apt": "/var/cache/apt",
"var-cache-apt": {
"target": "/var/cache/apt",
"id": "1"
},
"var-lib-apt": "/var/lib/apt"
}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ Optionally, instead of a single string for the `target`, you can provide an obje
{
"var-cache-apt": {
"target": "/var/cache/apt",
"sharing": "locked",
"id": "1"
},
"var-lib-apt": "/var/lib/apt"
Expand Down

0 comments on commit 4716303

Please sign in to comment.