Skip to content

Commit

Permalink
Add missing cd
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Nov 28, 2023
1 parent dbfbaef commit 6c0ff02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
ln -s $(realpath -s native/) ${MOEAFRAMEWORK_ROOT}/native
cp target/${BUILD_ARTIFACT}.jar ${MOEAFRAMEWORK_ROOT}/lib
cd ${MOEAFRAMEWORK_ROOT}
java -cp "lib/*" org.moeaframework.analysis.tools.Solve -b GAA -a NSGAII -n 10000 -f GAA.result

0 comments on commit 6c0ff02

Please sign in to comment.