Skip to content

Commit

Permalink
add wildcard (#149)
Browse files Browse the repository at this point in the history
* add wildcard

* add wildcard

* Update firely terminal pipeline version

---------

Co-authored-by: nikohl-de <[email protected]>
  • Loading branch information
leslieber and nikohl-de authored Dec 4, 2024
1 parent 24a1aba commit 13e8282
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Java and .NET are already installed on ubuntu-latest

- name: Firely.Terminal (GitHub Actions)
uses: FirelyTeam/[email protected].1
uses: FirelyTeam/[email protected].5
with:
PATH_TO_CONFORMANCE_RESOURCES: Resources/fsh-generated/resources/
#PATH_TO_EXAMPLES: Examples
Expand Down
2 changes: 1 addition & 1 deletion Resources/sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ version: 4.0.0
dependencies:
hl7.fhir.r4.core: 4.0.1
de.basisprofil.r4: 1.5.0
de.gematik.isik-basismodul: 4.0.0
de.gematik.isik-basismodul: 4.0.x
hl7.fhir.uv.ips: 1.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"hl7.fhir.r4.core": "4.0.1",
"hl7.fhir.uv.ips": "1.1.0",
"de.basisprofil.r4": "1.5.0",
"de.gematik.isik-basismodul": "4.0.0"
"de.gematik.isik-basismodul": "4.0.x"
}
}

0 comments on commit 13e8282

Please sign in to comment.