We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b36c2 commit 7dbfb73Copy full SHA for 7dbfb73
1 file changed
.github/workflows/build.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
version: v2026.5.15
18
sha256: a86aa65c8ca48a548c3f9904853489383bb8cdebfd8f2cf8ddd18b675e03bbf4
19
+ install_args: --locked # prevents update of mise.lock - we check for clean git in "mise run generate"
20
+
21
- name: Cache local Maven repository
22
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
23
@@ -25,5 +27,3 @@ jobs:
25
27
${{ runner.os }}-maven-
26
28
- name: Run the Maven verify phase
29
run: mise run ci
- env:
- MISE_LOCKED: "1" # prevents update of mise.lock - we check for clean git in "mise run generate"
0 commit comments