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