File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8787
8888 - name : Check if .NET is installed
8989 run : |
90- if $INPUT_DOTNET_VALIDATION_ENABLED; then
90+ if $INPUT_DOTNET_VALIDATION_ENABLED || $INPUT_TERMINOLOGY_SERVICE_BFARM_ENABLED ; then
9191 if ! command -v dotnet &> /dev/null
9292 then
9393 echo "dotnet could not be found. Please see actions/setup-dotnet to set it up before running this action."
9797 shell : bash
9898 env :
9999 INPUT_DOTNET_VALIDATION_ENABLED : ${{ inputs.DOTNET_VALIDATION_ENABLED }}
100+ INPUT_TERMINOLOGY_SERVICE_BFARM_ENABLED : ${{ inputs.TERMINOLOGY_SERVICE_BFARM_ENABLED }}
100101
101102 # Test Firely SDK version
102103 - name : Check .NET SDK Version
@@ -112,7 +113,7 @@ runs:
112113 # Install Firely.Terminal
113114 - name : Install Firely.Terminal
114115 run : |
115- if $INPUT_DOTNET_VALIDATION_ENABLED; then
116+ if $INPUT_DOTNET_VALIDATION_ENABLED || $INPUT_TERMINOLOGY_SERVICE_BFARM_ENABLED ; then
116117 if ! command -v fhir &> /dev/null
117118 then
118119 dotnet tool install --global Firely.Terminal --version $FIRELY_TERMINAL_VERSION > /dev/null
@@ -122,6 +123,7 @@ runs:
122123 env :
123124 FIRELY_TERMINAL_VERSION : ${{ inputs.FIRELY_TERMINAL_VERSION }}
124125 INPUT_DOTNET_VALIDATION_ENABLED : ${{ inputs.DOTNET_VALIDATION_ENABLED }}
126+ INPUT_TERMINOLOGY_SERVICE_BFARM_ENABLED : ${{ inputs.TERMINOLOGY_SERVICE_BFARM_ENABLED }}
125127
126128 # Test Firely.Terminal install
127129 - name : Check Firely Terminal Version
You can’t perform that action at this time.
0 commit comments