From 5dd1c4058f901ce05392e3394f601a6b7d5862d0 Mon Sep 17 00:00:00 2001 From: David Hadka Date: Thu, 2 Jan 2025 05:36:28 -0700 Subject: [PATCH] Fix whitespace in ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df9fb43..0e96d52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: |