Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
blaz-cerpnjak authored Mar 14, 2024
1 parent 5b7623a commit 0032d00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
run: mvn -B package --file pom.xml


- name: Build and test Orders gRPC API
- name: Build Orders gRPC API
working-directory: ./OrderProcessingAPI
run: ./gradlew build

- name: Test Orders gRPC API
run: ./gradlew test

0 comments on commit 0032d00

Please sign in to comment.