Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Jan 10, 2025
1 parent 9413471 commit 91892ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,12 @@ runs:
# --------------------------------------------------------------------------------------------------- #

# Offical HL7 Java validator steps

- name: Check if Java is installed
run: |
fhirCacheLocation=$(fhir cache location --path)
rm -rf $fhirCacheLocation
shell: bash

- name: Check if Java is installed
run: |
Expand Down

0 comments on commit 91892ba

Please sign in to comment.