Skip to content

Commit c37ec18

Browse files
authored
Update main.yml
1 parent dddf235 commit c37ec18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@ jobs:
2929
# Java and .NET are already installed on ubuntu-latest
3030

3131
- name: Firely.Terminal (GitHub Actions)
32-
uses: FirelyTeam/firely-terminal-pipeline@v0.4.5
32+
uses: FirelyTeam/firely-terminal-pipeline@v0.5.0
3333
with:
3434
PATH_TO_CONFORMANCE_RESOURCES: Resources/fsh-generated/resources/
3535
#PATH_TO_EXAMPLES: Examples
3636
PATH_TO_QUALITY_CONTROL_RULES: qc/custom
3737
DOTNET_VALIDATION_ENABLED: true
3838
JAVA_VALIDATION_ENABLED: true
39-
OUTPUT_FORMAT: RAW
40-
JAVA_VALIDATION_OPTIONS: -allow-example-urls true
39+
JAVA_VALIDATION_OPTIONS: -allow-example-urls true -output-style compact
4140
SIMPLIFIER_USERNAME: ${{ secrets.SIMPLIFIER_USERNAME }}
4241
SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }}
4342
SUSHI_ENABLED: true

0 commit comments

Comments
 (0)