From 28d6058d757d3d12245a5009f125d808be944e01 Mon Sep 17 00:00:00 2001 From: Alexander Essenwanger Date: Fri, 23 Feb 2024 14:04:34 +0000 Subject: [PATCH] adjust Sushi version in github workflow to 3.5.0 --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 188d9b05..9abbd4f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: CI (FHIR Validation) -# Controls when the action will run. +# Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the master branch push: @@ -16,18 +16,18 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # Validate all resources using Firely Terminal + # Validate all resources using Firely Terminal CI_FHIR_VALIDATION: # The type of runner that the job will run on runs-on: ubuntu-latest - + # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout code uses: actions/checkout@v2 - + # Java is already installed on ubuntu-latest - + - name: Firely.Terminal (GitHub Actions) uses: FirelyTeam/firely-terminal-pipeline@v0.4.0 with: @@ -43,5 +43,5 @@ jobs: SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }} SUSHI_ENABLED: true SUSHI_OPTIONS: Resources/ - SUSHI_VERSION: 3.0.0 + SUSHI_VERSION: 3.5.0 EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA