From a024231c6dfb8e78a5c051f1a85c45b8b407623f Mon Sep 17 00:00:00 2001 From: Aland Osman Date: Mon, 29 Jul 2024 22:03:04 +0300 Subject: [PATCH] new tests --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc82710..1815240 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,9 +21,9 @@ jobs: echo "GRAALVM_HOME: $GRAALVM_HOME" echo "JAVA_HOME: $JAVA_HOME" java --version - - - name: Example step using Maven plugin # https://graalvm.github.io/native-build-tools/latest/maven-plugin.html - run: mvn -Pnative package + native-image --version + - name: Example step using Maven plugin # https://graalvm.github.io/native-build-tools/latest/maven-plugin.html + run: mvnw -Pnative native:compile -DskipTests - name: Upload binary uses: actions/upload-artifact@v2