Skip to content

Commit c06902d

Browse files
committed
Update Firely.Terminal action and enable .NET validation
Bump Firely.Terminal GitHub Action to v0.7.18 and enable DOTNET_VALIDATION. This ensures both .NET and Java validation are performed in the workflow.
1 parent 29ac362 commit c06902d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stu3_firely_terminal.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
java-version: '21'
3939

4040
- name: Firely.Terminal (GitHub Actions)
41-
uses: FirelyTeam/firely-terminal-pipeline@v0.7.18-alpha3
41+
uses: FirelyTeam/firely-terminal-pipeline@v0.7.18
4242
with:
4343
PATH_TO_CONFORMANCE_RESOURCES: input/resources
4444
PATH_TO_EXAMPLES: input/resources
4545
#PATH_TO_QUALITY_CONTROL_RULES: unittest
46-
DOTNET_VALIDATION_ENABLED: false
46+
DOTNET_VALIDATION_ENABLED: true
4747
JAVA_VALIDATION_ENABLED: true
4848
JAVA_VALIDATION_OPTIONS: >
4949
-allow-example-urls true

0 commit comments

Comments
 (0)