From 105d435d21144e0596441e6e86af418a02db7339 Mon Sep 17 00:00:00 2001 From: streino <30210525+streino@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:48:00 +0200 Subject: [PATCH] Typo in mvn test command --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 69a6f03c0818..0df444c034a1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -67,7 +67,7 @@ jobs: - name: Test with maven run: | mvn -B resources:resources@copy-index-schema-to-source -f web - mvn -B -ntp -V -fae verify -Drelesae -Pit + mvn -B -ntp -V -fae verify -Drelease -Pit - name: Check for uncommitted changes such as formatting changes run: | if [[ -n "$(git status -s)" ]]; then