From e22ed715659a983aff2f3dbcbe0c342a94e69e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20M=C3=BChleisen?= Date: Mon, 29 Apr 2024 16:23:12 +0200 Subject: [PATCH] this is wrong --- .github/workflows/Java.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Java.yml b/.github/workflows/Java.yml index 7aa23a7a..015aa7d4 100644 --- a/.github/workflows/Java.yml +++ b/.github/workflows/Java.yml @@ -123,7 +123,6 @@ jobs: - name: Java Tests if: ${{ inputs.skip_tests != 'true' }} shell: bash - working-directory: tools/jdbc run: make test - name: Deploy shell: bash