1
0
mirror of https://github.com/dnpm-dip/mv64e-mtb-dto-rs.git synced 2025-07-03 19:32:54 +00:00

Update compatibility check URL

This commit is contained in:
2024-12-05 05:51:50 +01:00
parent eb4bd57400
commit e2c3601279
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
# 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 https://dnpm.bwhealthcloud.de/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 ./tests/mv64e-mtb-fake-patient.json
- name: Build
run: cargo build --verbose
- name: Run tests