Skip to content

Commit

Permalink
chore: Update workflows for Market Data, Orders, and Users services
Browse files Browse the repository at this point in the history
  • Loading branch information
djangbahevans committed Jul 29, 2024
1 parent 46a4540 commit a44c77d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/market-data-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
run: bash ./gradlew :MarketDataService:test -Dspring.profiles.active=test

- name: Build with Gradle
working-directory: MarketDataService
run: bash ./gradlew :MarketDataService:build
1 change: 0 additions & 1 deletion .github/workflows/orders-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ jobs:
run: bash ./gradlew :OrderProcessingService:test -Dspring.profiles.active=test

- name: Build with Gradle
working-directory: OrderProcessingService
run: bash ./gradlew :OrderProcessingService:build
1 change: 0 additions & 1 deletion .github/workflows/users-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ jobs:
run: bash ./gradlew :UserManagement:test -Dspring.profiles.active=test

- name: Build with Gradle
working-directory: UserManagement
run: bash ./gradlew :UserManagement:build

0 comments on commit a44c77d

Please sign in to comment.