refactor: Renamed `ShardingStrategy` for HAProxy Runtime API -- MOVE
[demos/kafka/chat] / .github / workflows / maven.yml
index 63c8b15..6845e94 100644 (file)
@@ -1,18 +1,10 @@
-# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
-# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
-
-# This workflow uses actions that are not certified by GitHub.
-# They are provided by a third-party and are governed by
-# separate terms of service, privacy policy, and support
-# documentation.
-
-name: Java CI with Maven
+name: Maven-Build
 
 on:
   push:
-    branches: [ "backend" ]
+    branches: [ "**" ]
   pull_request:
-    branches: [ "backend" ]
+    branches: [ "**" ]
 
 jobs:
   build:
@@ -28,7 +20,7 @@ jobs:
         distribution: 'temurin'
         cache: maven
     - name: Build with Maven
-      run: mvn -B package --file pom.xml
+      run: mvn -B verify
 
     # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
     - name: Update dependency graph