diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7aa6030..72d28bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,11 @@ jobs: distribution: 'temurin' cache: maven - - name: Build and test with Maven + - name: Build and test User Management API working-directory: ./UserManagementAPI run: mvn -B package --file pom.xml + + + - name: Build and test Orders gRPC API + working-directory: ./OrderProcessingAPI + run: mvn -B package --file pom.xml