File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -186,12 +186,14 @@ jobs:
186186 test_script : pytest -xs test/test_mac.py::MacTest
187187 projectPath : sample
188188 unityAppName : SampleApp
189+ unityAppExtension : .app
189190 concurrency_group : macos
190191 - targetPlatform : StandaloneWindows64
191192 runs-on : [self-hosted, windows]
192193 test_script : python -m pytest -xs test/test_windows.py::WindowsTest
193194 projectPath : sample
194- unityAppName : SampleApp
195+ unityAppName : Immutable Sample
196+ unityAppExtension : .exe
195197 concurrency_group : windows
196198 # - targetPlatform: Android
197199 # runs-on: [ self-hosted, macOS ]
@@ -238,7 +240,7 @@ jobs:
238240 - name : Run UI tests
239241 if : github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == matrix.targetPlatform
240242 env :
241- UNITY_APP_PATH : ${{ matrix.unityAppName }}.app
243+ UNITY_APP_PATH : ${{ matrix.unityAppName }}${{ matrix.unityAppExtension }}
242244 UNITY_APP_NAME : ${{ matrix.unityAppName }}
243245 MAILSLURP_API_KEY : ${{ secrets.MAILSLURP_API_KEY }}
244246 BROWSERSTACK_USERNAME : ${{ secrets.BROWSERSTACK_USERNAME }}
You can’t perform that action at this time.
0 commit comments