Skip to content

Commit

Permalink
Use shared actions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Aug 3, 2024
1 parent 0ad290f commit ab422d4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ jobs:
os: [ 'ubuntu-latest', 'windows-latest' ]
java: [ '17', '18', '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
- name: Setup Matlab (Linux only)
uses: matlab-actions/setup-matlab@v1
if: runner.os == 'Linux'
setup-matlab: true
- name: Setup Radar Waveform code (Linux only)
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit ab422d4

Please sign in to comment.