Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Use resuable CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Aug 3, 2024
1 parent 7931f52 commit 8829aad
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,4 @@ on:

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [ '17', '18', '19', '20', '21' ]
steps:
- uses: actions/checkout@v4
- name: Setup build
uses: MOEAFramework/.github/actions/setup-build@main
with:
java-version: ${{ matrix.java }}
- name: Run tests
run: mvn test
uses: MOEAFramework/.github/workflows/maven-ci.yml@main

0 comments on commit 8829aad

Please sign in to comment.