From d786728e388acde7f14757fea452700d4320eebf Mon Sep 17 00:00:00 2001 From: Richi <97880342+Hansehart@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:34:10 +0200 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 89c03614..97b6928a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,9 +16,7 @@ on: jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 - name: Set up JDK 17 @@ -28,7 +26,9 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file backend/artifact/pom.xml + run: mvn -B package --file backend/artifact/pom.xml -DFRONTEND_ADDRESS=https://feuerwehr.hansehart.de + - name: Run tests + run: mvn test --file backend/artifact/pom.xml -DFRONTEND_ADDRESS=https://feuerwehr.hansehart.de # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive #- name: Update dependency graph