Skip to content

Commit

Permalink
removed editor and project paths
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Nov 10, 2022
1 parent 5529c7f commit 30a743b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,20 @@ runs:
name: Project Validation
with:
log-name: 'project-validation'
editor-path: '${{ env.UNITY_EDITOR_PATH }}'
project-path: '${{ env.UNITY_PROJECT_PATH }}'
args: '-quit -nographics -batchmode -executeMethod Utilities.Editor.BuildPipeline.UnityPlayerBuildTools.ValidateProject'

- uses: xrtk/unity-action@v4
if: ${{ inputs.test == 'true' }}
name: '${{ inputs.build-target }}-Tests'
with:
log-name: '${{ inputs.build-target }}-Tests'
editor-path: '${{ env.UNITY_EDITOR_PATH }}'
project-path: '${{ env.UNITY_PROJECT_PATH }}'
build-target: '${{ inputs.build-target }}'
args: '-nographics -batchmode -runEditorTests ${{ inputs.additional-test-args }}'

- uses: xrtk/unity-action@v4
name: '${{ inputs.build-target }}-Build'
with:
log-name: '${{ inputs.build-target }}-Build'
editor-path: '${{ env.UNITY_EDITOR_PATH }}'
project-path: '${{ env.UNITY_PROJECT_PATH }}'
build-target: '${{ inputs.build-target }}'
args: '-quit -nographics -batchmode -executeMethod Utilities.Editor.BuildPipeline.UnityPlayerBuildTools.StartCommandLineBuild ${{ inputs.additional-build-args }}'

Expand Down

0 comments on commit 30a743b

Please sign in to comment.