From bf0738b998dc9445216c287cd515bebe54a21107 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sat, 7 Dec 2024 06:19:43 +0100 Subject: [PATCH] Fix fake data destination path --- .github/workflows/compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 62768ce..e8c941f 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -19,7 +19,7 @@ jobs: # See: https://github.com/KohlbacherLab/dnpm-dip-api-gateway/blob/main/app/controllers/README.md#synthetic-json-data - name: Download synthetic mtb patient record - run: curl -f -L https://dnpm-dip.net/api/mtb/fake/data/patient-record -o ./tests/mv64e-mtb-fake-patient.json + run: curl -f -L https://dnpm-dip.net/api/mtb/fake/data/patient-record -o ./src/test/resources/mv64e-mtb-fake-patient.json - name: Run tests run: ./gradlew test