From 1a015891e06bbccb50d48261c0a9cedb762e16c4 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 14 Jan 2023 05:44:04 -0500 Subject: [PATCH] Let's admit it it's time to move to gradle #3014 --- .github/workflows/build-rusEFI-console.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-rusEFI-console.yaml b/.github/workflows/build-rusEFI-console.yaml index 43843cc8b0..2132d938e2 100644 --- a/.github/workflows/build-rusEFI-console.yaml +++ b/.github/workflows/build-rusEFI-console.yaml @@ -44,8 +44,8 @@ jobs: - name: Test console # at the moment 'jar' task does not depend on tests?! maybe because tests take some time? - working-directory: ./java_console - run: ant test + working-directory: ./java_tools + run: ./gradlew test - name: Build console working-directory: ./java_console