Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
blaz-cerpnjak committed Mar 14, 2024
2 parents dc20784 + ccd795c commit 7591851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

### TODO:
- RestaurantsAPI
- OrdersProcessingAPI

## Overview
This project serves as an example of food ordering system using a microservice approach.
Expand Down

0 comments on commit 7591851

Please sign in to comment.