Skip to content

Commit

Permalink
Merge pull request #51 from gematik/auto-validate-new-commits
Browse files Browse the repository at this point in the history
Update Validate Examples Action
  • Loading branch information
Hendrejvr authored Aug 15, 2024
2 parents f07970e + fa77adc commit 3a7f61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

env:
REFERENZVALIDATOR_VERSION: 2.0.2
REFERENZVALIDATOR_VERSION: 2.5.0
PATH_TO_EXAMPLES: './temp_folder/'
FHIR_VERSION: "4.0"
INPUT_JAVA_VALIDATION_OPTIONS: "-tx http://tx.fhir.org -debug -allow-example-urls true"
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
- name: Cleanup
if: always()
run: rm -rf temp_folder
run: rm -rf temp_folder

0 comments on commit 3a7f61a

Please sign in to comment.