Skip to content

Commit

Permalink
Update ci.yml to use new shared actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Aug 2, 2024
1 parent fdab260 commit 25be5f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
java: [ '19', '20', '21' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
- name: Setup build
uses: MOEAFramework/.github/actions/setup-build@main
with:
java-version: ${{ matrix.java }}
distribution: zulu
- run: mvn test
- name: Run tests
run: mvn test

0 comments on commit 25be5f9

Please sign in to comment.