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

Merge pull request #1 from pcvolkmer/update_url

Update compatibility check URL
This commit is contained in:
2024-12-05 06:05:50 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -18,11 +18,11 @@ 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 https://dnpm.bwhealthcloud.de/api/mtb/fake/data/patient-record -o ./MV64e.MTB.Test/TestData/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: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Run Tests
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal

File diff suppressed because one or more lines are too long