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
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ jobs:
90
90
~/.m2/wrapper/
91
91
~/.gradle/caches/modules-2
92
92
~/.gradle/wrapper/
93
-
# A new cache will be stored daily. After that first store of the day, cache save actions will fail because the cache is immutable but it's not a problem.
93
+
# A new cache will be stored daily. After that first store of the day, cache save actions will fail because the cache is immutable, but it's not a problem.
94
94
# The whole cache is dropped monthly to prevent unlimited growth.
95
95
# The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch.
# A new cache will be stored daily. After that first store of the day, cache save actions will fail because the cache is immutable but it's not a problem.
192
+
# A new cache will be stored daily. After that first store of the day, cache save actions will fail because the cache is immutable, but it's not a problem.
192
193
# The whole cache is dropped monthly to prevent unlimited growth.
193
194
# The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch.
# A new cache will be stored daily. After that first store of the day, cache save actions will fail because the cache is immutable but it's not a problem.
302
+
# A new cache will be stored daily. After that first store of the day, cache save actions will fail because the cache is immutable, but it's not a problem.
302
303
# The whole cache is dropped monthly to prevent unlimited growth.
303
304
# The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch.
0 commit comments