Skip to content

Commit

Permalink
Fix whitespace in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Jan 2, 2025
1 parent a0743ee commit 5dd1c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: MOEAFramework/.github/actions/setup-build@main
with:
java-version: ${{ matrix.java }}
setup-matlab: true
setup-matlab: true
- name: Setup Radar Waveform code
run: |
cd native/Radar/bin
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Test solve
run: |
mvn compile exec:java -Dexec.mainClass="org.moeaframework.analysis.tools.Solve" \
-Dexec.args="--algorithm NSGAII --problem LRGV --numberOfEvaluations 10000 --output LRGV_Result.txt"
-Dexec.args="--algorithm NSGAII --problem LRGV --numberOfEvaluations 10000 --output LRGV_Result.txt"
cat LRGV_Result.txt
- name: Validate README
run: |
Expand Down

0 comments on commit 5dd1c40

Please sign in to comment.