Testing library

This commit is contained in:
2023-03-19 00:50:43 -07:00
parent 0e2248adce
commit 7b8a71ebd9
2 changed files with 11 additions and 6 deletions

View File

@@ -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