Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/terminology-tests/simple-expand.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
#!/bin/bash
set -euo pipefail

java -jar validator_cli.jar txTests -test-version 1.8.0 \
-tx http://localhost:8080/fhir \
-trace-log validator-debug.log -txLog tx.log \
-output .github/terminology-tests/output \
-mode flat \
-filter simple-expand

echo "Debug Log:"
cat validator-debug.log

echo "TX Log:"
cat tx.log
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
BLAZECTL_CHECKSUM: ed411d59b4856667c7817235caacdd0933c59858a342f91982141e6ce2c0e663

# renovate: datasource=github-release-attachments depName=hapifhir/org.hl7.fhir.core
VALIDATOR_VERSION: 6.9.6
VALIDATOR_CHECKSUM: b09adfeb7829836150813d2ab63a0dfec3898e3ded7ccd112733752d50576859
VALIDATOR_VERSION: 6.9.7
VALIDATOR_CHECKSUM: aba1fe09ada284fd4a9b049833e43d7b3beae327d996ae30d4245ec094b82dbb

jobs:
fmt:
Expand Down
Loading