Skip to content

Commit

Permalink
Merge pull request #185 from medizininformatik-initiative/ThimoHoelte…
Browse files Browse the repository at this point in the history
…r-patch-3

Update main.yml
  • Loading branch information
ThomasDeBe authored Jan 16, 2025
2 parents c7b2c3a + e578460 commit d6f0282
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,17 @@ jobs:
with:
PATH_TO_CONFORMANCE_RESOURCES: Conformance-resources
PATH_TO_EXAMPLES: Examples
PATH_TO_QUALITY_CONTROL_RULES: unittest
PATH_TO_QUALITY_CONTROL_RULES: qc/custom
DOTNET_VALIDATION_ENABLED: true
JAVA_VALIDATION_ENABLED: true
EXPECTED_FAILS: VALIDATION_EXAMPLES_JAVA
EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA
SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }}
SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }}
OUTPUT_FORMAT: RAW
# SUSHI_ENABLED: false

# - name: Add & Commit
# uses: EndBug/add-and-commit@v9
# with:
# add: 'fsh-generated/resources/'
# SUSHI_ENABLED: false

# The Coding provided (http://fhir.de/CodeSystem/bfarm/icd-10-gm#XX.X) is not in the value set http://fhir.de/ValueSet/bfarm/icd-10-gm, and a code is required from this value set.
EXPECTED_FAILS: VALIDATION_EXAMPLES_JAVA

0 comments on commit d6f0282

Please sign in to comment.