Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hansehart committed Sep 30, 2024
1 parent 7d84802 commit d786728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand All @@ -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
Expand Down

0 comments on commit d786728

Please sign in to comment.