Testing library
This commit is contained in:
@@ -34,6 +34,12 @@ runs:
|
||||
uses: act/unity/unity-get-buildtarget@master
|
||||
with:
|
||||
platform: ${{ inputs.platform }}
|
||||
- name: "Library"
|
||||
uses: act/common/docker/docker-cp@master
|
||||
with:
|
||||
volume: library
|
||||
fromPath: library:/Library
|
||||
toPath: Library
|
||||
- name: "Run Unity command."
|
||||
uses: act/unity/unity-command@master
|
||||
with:
|
||||
@@ -43,3 +49,8 @@ runs:
|
||||
email: ${{ inputs.email }}
|
||||
password: ${{ inputs.password }}
|
||||
command: -projectPath ${{ inputs.projectPath }} -buildTarget ${{ steps.getTarget.outputs.buildTarget }} ${{ inputs.command }}
|
||||
- uses: act/common/docker/docker-cp@master
|
||||
with:
|
||||
recreateVolume: true
|
||||
volume: library
|
||||
fromPath: Library
|
||||
|
||||
Reference in New Issue
Block a user