Skip to content

Commit

Permalink
Update compatibility check URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Dec 5, 2024
1 parent d5b1926 commit f1c9643
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 @@ -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 https://dnpm.bwhealthcloud.de/api/mtb/fake/data/patient-record -o ./src/test/resources/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: ./gradlew test
run: ./gradlew test
Loading

0 comments on commit f1c9643

Please sign in to comment.