Skip to content

Commit

Permalink
Trying to fix build for microservies
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Oct 22, 2024
1 parent ba1c02d commit bbb81dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions github/java-microservice-kubecon/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,22 +179,22 @@ runs:
# shell: bash
# working-directory: java

# - name: Install modules
# run: ./mvnw --batch-mode install -DskipTests
# shell: bash
# working-directory: java
- name: Install modules
run: ./mvnw --batch-mode install -DskipTests
shell: bash
working-directory: java

# - name: Test Backend
# if: ${{ inputs.run_tests == 'false' }}
# run: ./mvnw --batch-mode test
# shell: bash
# working-directory: java/${{ inputs.service_directory }}

- name: Test Shared Library
if: ${{ inputs.run_tests == 'false' }}
run: ./mvnw --batch-mode test
shell: bash
working-directory: java/microservice-utils
# - name: Test Shared Library
# if: ${{ inputs.run_tests == 'false' }}
# run: ./mvnw --batch-mode test
# shell: bash
# working-directory: java/microservice-utils

# - name: Generate JaCoCo Badges
# if: ${{ inputs.run_tests == 'false' }}
Expand Down

0 comments on commit bbb81dd

Please sign in to comment.