From 347eb78ea3760039c1f7b7702f191574f9aa085d Mon Sep 17 00:00:00 2001 From: Fabian Keunecke Date: Fri, 10 Jan 2025 13:23:37 +0100 Subject: [PATCH] Update workflow test command --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 5662d17ff..6aff4a691 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -26,4 +26,4 @@ jobs: java-version: '17' - name: Run Unit Tests - run: ./gradlew libandroid-navigation:test \ No newline at end of file + run: ./gradlew test \ No newline at end of file