File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 3838 if : ${{ inputs.sdk_generation_workflow_run_id != '' }}
3939 with :
4040 repository : ' ExpediaGroup/rapid-java-sdk'
41- - uses : dawidd6/action-download-artifact@v6
42- if : ${{ inputs.sdk_generation_workflow_run_id != '' }}
43- with :
44- run_id : ${{ inputs.sdk_generation_workflow_run_id }}
45- name : jar
46- path : examples/jar
4741 - uses : dawidd6/action-download-artifact@v6
4842 if : ${{ inputs.sdk_generation_workflow_run_id != '' }}
4943 with :
5953 if : ${{ inputs.sdk_generation_workflow_run_id != '' }}
6054 working-directory : examples/sdk
6155 run : mvn install
62- - name : Install SDK Jar
63- if : ${{ inputs.sdk_generation_workflow_run_id != '' }}
64- working-directory : examples
65- run : mvn install && mvn install:install-file -Dfile=jar/rapid-sdk-${{ inputs.sdk_version }}.jar -DartifactId=rapid-sdk -DgroupId=com.expediagroup -Dversion=${{ inputs.sdk_version }} -Dpackaging=jar
6656 - name : Run Examples
6757 working-directory : examples
6858 run : mvn install exec:java -Drapid-java-sdk.sdk.version="${{ inputs.sdk_version }}" -Dcom.expediagroup.rapidsdkjava.apikey="${{ secrets.KEY }}" -Dcom.expediagroup.rapidsdkjava.apisecret="${{ secrets.SECRET }}"
You can’t perform that action at this time.
0 commit comments