diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index db0f8c1..59a487e 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -18,7 +18,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 ./MV64e.MTB.Test/TestData/mv64e-mtb-fake-patient.json + run: curl -f -L https://preview.dnpm-dip.net/api/mtb/fake/data/patient-record -o ./MV64e.MTB.Test/TestData/mv64e-mtb-fake-patient.json - name: Restore dependencies run: dotnet restore