Skip to content

Commit

Permalink
Corrected linter indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
michalChrobot committed Jan 24, 2025
1 parent d0af58f commit aaf6f02
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
40 changes: 20 additions & 20 deletions .yamato/console-standalone-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
NINTENDO_SDK_ROOT: 'C:\Nintendo\nx_sdk-18_3_0\NintendoSDK'
UNITY_NINTENDOSDK_CLI_TOOLS: '${NINTENDO_SDK_ROOT}\Tools\CommandLineTools'
artifacts:
paths:
- '*.log'
- '*.xml'
- artifacts/**/*
- {{ project.name }}/Logs/**
- {{ project.name }}/Library/*.log
- {{ project.name }}/*.log
- {{ project.name }}/Builds/*.log
- build/test-results/**
- build/players/**
paths:
- '*.log'
- '*.xml'
- artifacts/**/*
- {{ project.name }}/Logs/**
- {{ project.name }}/Library/*.log
- {{ project.name }}/*.log
- {{ project.name }}/Builds/*.log
- build/test-results/**
- build/players/**
{% endfor -%}
{% endfor -%}
{% endfor -%}
Expand Down Expand Up @@ -88,16 +88,16 @@ run_{{ project.name }}_tests_{{ platform.name }}_{{ editor }}:
NINTENDO_SDK_ROOT: 'C:\Nintendo\nx_sdk-18_3_0\NintendoSDK'
UNITY_NINTENDOSDK_CLI_TOOLS: '${NINTENDO_SDK_ROOT}\Tools\CommandLineTools'
artifacts:
paths:
- '*.log'
- '*.xml'
- artifacts/**/*
- {{ project.name }}/Logs/**
- {{ project.name }}/Library/*.log
- {{ project.name }}/*.log
- {{ project.name }}/Builds/*.log
- build/test-results/**
- build/players/**
paths:
- '*.log'
- '*.xml'
- artifacts/**/*
- {{ project.name }}/Logs/**
- {{ project.name }}/Library/*.log
- {{ project.name }}/*.log
- {{ project.name }}/Builds/*.log
- build/test-results/**
- build/players/**
dependencies:
- .yamato/console-standalone-test.yml#build_{{ project.name }}_{{ platform.name }}_{{ editor }}
{% endfor -%}
Expand Down
10 changes: 5 additions & 5 deletions .yamato/desktop-standalone-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
{% endif %}

artifacts:
paths:
- build/players/**/*
- build/logs/**/*
paths:
- build/players/**/*
- build/logs/**/*

dependencies:
- .yamato/project-pack.yml#project_pack_-_{{ project.name }}
Expand Down Expand Up @@ -90,8 +90,8 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
{% endif %}

artifacts:
paths:
- build/test-results/**
paths:
- build/test-results/**
dependencies:
- .yamato/desktop-standalone-tests.yml#desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}
{% endfor -%}
Expand Down
22 changes: 11 additions & 11 deletions .yamato/mobile-standalone-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
- ./utr --suite=playmode --platform={{ platform.standalone }} --testproject={{ project.path }} --architecture={{ platform.architecture }} --scripting-backend=il2cpp --editor-location=.Editor --artifacts-path=artifacts --testfilter=Unity.Netcode.RuntimeTests.* --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --reruncount=1 --clean-library-on-rerun --build-only
{% endif %}
artifacts:
paths:
paths:
- '*.log'
- '*.xml'
- artifacts/**/*
Expand Down Expand Up @@ -90,16 +90,16 @@ run_{{ project.name }}_tests_{{ platform.name }}_{{ editor }}:
- ./utr --suite=playmode --artifacts-path=artifacts --player-load-path=build/players --player-connection-ip=%BOKKEN_HOST_IP% --reruncount=1 --clean-library-on-rerun
{% endif %}
artifacts:
paths:
- '*.log'
- '*.xml'
- artifacts/**/*
- {{ project.name }}/Logs/**
- {{ project.name }}/Library/*.log
- {{ project.name }}/*.log
- {{ project.name }}/Builds/*.log
- build/test-results/**
- build/players/**
paths:
- '*.log'
- '*.xml'
- artifacts/**/*
- {{ project.name }}/Logs/**
- {{ project.name }}/Library/*.log
- {{ project.name }}/*.log
- {{ project.name }}/Builds/*.log
- build/test-results/**
- build/players/**
dependencies:
- .yamato/mobile-standalone-test.yml#build_{{ project.name }}_{{ platform.name }}_{{ editor }}
{% endfor -%}
Expand Down

0 comments on commit aaf6f02

Please sign in to comment.