Skip to content

Commit

Permalink
Update CI 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 d21c119 commit e811b72
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 @@ -14,12 +14,12 @@ jobs:
runs-on: ${{ matrix.os }}
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
- name: Install dependencies (Linux)
if: runner.os == 'Linux'
run: sudo apt install unrar
- run: mvn test
- name: Run tests
run: mvn test

0 comments on commit e811b72

Please sign in to comment.