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

test: use preview server for compatibility check

This commit is contained in:
2025-06-19 10:03:04 +02:00
parent 990022e954
commit 1a9218afc6

View File

@ -17,7 +17,7 @@ jobs:
# See: https://github.com/KohlbacherLab/dnpm-dip-api-gateway/blob/main/app/controllers/README.md#synthetic-json-data # See: https://github.com/KohlbacherLab/dnpm-dip-api-gateway/blob/main/app/controllers/README.md#synthetic-json-data
- name: Download synthetic mtb patient record - 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://preview.dnpm-dip.net/api/mtb/fake/data/patient-record -o ./tests/mv64e-mtb-fake-patient.json
- name: Run tests - name: Run tests
run: go test run: go test