You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ jobs:
62
62
- name: Cache Maven packages
63
63
uses: actions/cache@v3 # defining cache key and restore keys for the cache step. Link to the documentation - https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
64
64
with:
65
-
path: /root/.m2 # path to the directory where maven packages are stored - /root/.m2 in the container
65
+
path: ~/.m2/repository# path to the directory where maven packages are stored - /root/.m2 in the container
0 commit comments