Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Added running tests for Order gRPC API
  • Loading branch information
blaz-cerpnjak authored Mar 14, 2024
1 parent 1fd705c commit ccd795c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ccd795c

Please sign in to comment.