From 09aefb18c52c024ea61085c17efd99485478acdf Mon Sep 17 00:00:00 2001 From: Lars Eckart Date: Mon, 28 Oct 2024 19:33:04 +0200 Subject: [PATCH] . e call scripts from github actions Co-authored-by: Jay Bazuzi Co-authored-by: Llewellyn Falco --- .github/workflows/test-ea.yml | 5 ++--- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-ea.yml b/.github/workflows/test-ea.yml index 726200c4f..e4763a082 100644 --- a/.github/workflows/test-ea.yml +++ b/.github/workflows/test-ea.yml @@ -35,6 +35,5 @@ jobs: release: ${{ matrix.java }} - name: Build with Maven run: | - sed -i 's/// formatter_plugin_end -->/g' pom.xml - mvn -B verify --file pom.xml + ./set_formatting_off.sh + ./build_and_test.sh diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9053cba2a..6e5f4d147 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: - name: Build with Maven run: | ./set_formatting_off.sh - mvn -B verify --file pom.xml + ./build_and_test.sh shell: bash auto-merge: needs: build