Skip to content

Commit

Permalink
Merge pull request #3 from edeandrea/patch-1
Browse files Browse the repository at this point in the history
Update build-test.yml
  • Loading branch information
danieloh30 authored Mar 28, 2024
2 parents 300eec2 + 323d93c commit 9b993a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- orders
- inventory
- gateway
name: "build-test-${{ matrix.project.name }}-${{ matrix.java }}"
name: "build-test-${{ matrix.project }}-${{ matrix.java }}"
steps:
- uses: actions/checkout@v4

Expand All @@ -36,6 +36,6 @@ jobs:
distribution: temurin
cache: maven

- name: "build-test-jvm-${{ matrix.project.name }}-java-${{ matrix.java }}"
working-directory: ${{ matrix.project.name }}
- name: "build-test-jvm-${{ matrix.project }}-java-${{ matrix.java }}"
working-directory: ${{ matrix.project }}
run: ./mvnw -B clean verify -Dmaven.compiler.release=${{ matrix.java }}

0 comments on commit 9b993a3

Please sign in to comment.