1
0
mirror of https://github.com/dnpm-dip/mv64e-mtb-dto-java.git synced 2025-07-01 10:12:55 +00:00

test: use preview server for compatibility check

This commit is contained in:
2025-06-19 09:59:12 +02:00
parent 40f72caf18
commit 05af8dcb86

View File

@ -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 ./src/test/resources/mv64e-mtb-fake-patient.json
run: curl -f -L https://preview.dnpm-dip.net/api/mtb/fake/data/patient-record -o ./src/test/resources/mv64e-mtb-fake-patient.json
- name: Run tests
run: ./gradlew test