Skip to content

Commit

Permalink
chore: rollback build command changes + fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Nov 21, 2024
1 parent 1f94814 commit cca4fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java: "[ 17, 21 ]"

integration-tests:
name: Java ${{ matrix.java }}
name: Integration Test - Java ${{ matrix.java }}
runs-on: ubuntu-latest
needs: build-test
strategy:
Expand All @@ -38,7 +38,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'adopt'
- name: Test With Maven
run: ./mvnw clean integration-test
run: ./mvnw integration-test

dependabot:
needs: integration-tests
Expand Down

0 comments on commit cca4fb9

Please sign in to comment.