Skip to content

Commit a4319b9

Browse files
authored
Update ci.yml
1 parent 9b3b82d commit a4319b9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
with:
1919
java-version: ${{ matrix.java }}
2020
distribution: oracle
21-
- run: |
21+
- shell: bash
22+
run: |
2223
mvn package
2324
24-
$OPTIONS=@'
25-
--add-opens=java.base/jdk.internal.access=ALL-UNNAMED \
25+
$OPTIONS="--add-opens=java.base/jdk.internal.access=ALL-UNNAMED \
2626
--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED \
2727
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED \
2828
--add-opens=java.base/sun.util.calendar=ALL-UNNAMED \
@@ -45,8 +45,7 @@ jobs:
4545
--add-opens=java.base/java.time=ALL-UNNAMED \
4646
--add-opens=java.base/java.text=ALL-UNNAMED \
4747
--add-opens=java.management/sun.management=ALL-UNNAMED \
48-
--add-opens java.desktop/java.awt.font=ALL-UNNAMED
49-
'@
48+
--add-opens java.desktop/java.awt.font=ALL-UNNAMED"
5049
51-
java @OPTIONS -classpath target/apache-ignite-example-*-jar-with-dependencies.jar org.moeaframework.ignite.IgniteMasterSlaveExample
52-
java @OPTIONS -classpath target/apache-ignite-example-*-jar-with-dependencies.jar org.moeaframework.ignite.IgniteIslandModelExample
50+
java $OPTIONS -classpath target/apache-ignite-example-*-jar-with-dependencies.jar org.moeaframework.ignite.IgniteMasterSlaveExample
51+
java $OPTIONS -classpath target/apache-ignite-example-*-jar-with-dependencies.jar org.moeaframework.ignite.IgniteIslandModelExample

0 commit comments

Comments
 (0)