Skip to content

Commit

Permalink
Merge pull request #1 from pcvolkmer/update_url
Browse files Browse the repository at this point in the history
Update compatibility check URL
  • Loading branch information
pcvolkmer authored Dec 5, 2024
2 parents 90c2f4d + c27e08c commit 6c88ad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 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: Run tests
run: go test
run: go test
Loading

0 comments on commit 6c88ad5

Please sign in to comment.