File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ on: [pull_request]
33
44jobs :
55 AndroidUITests :
6+ needs : IOSUITests
7+ if : always()
68 runs-on : ubuntu-latest
79 name : AndroidUITests
810 steps :
@@ -116,8 +118,6 @@ jobs:
116118 path : logs/
117119 compression-level : 0
118120 IOSUITests :
119- needs : AndroidUITests
120- if : always()
121121 runs-on : macos-13
122122 name : IOSUITests
123123 steps :
@@ -187,6 +187,7 @@ jobs:
187187 test-rerun ~/work/unity-sdk/unity-sdk/UI-TESTS -s ~/work/unity-sdk/unity-sdk/UI-TESTS/ios.runsettings --filter Name=ProgramaticCustomConsentGDPRTest
188188 test-rerun ~/work/unity-sdk/unity-sdk/UI-TESTS -s ~/work/unity-sdk/unity-sdk/UI-TESTS/ios.runsettings --filter Name=MessageLanguageTest
189189 - name : Move dotnet logs
190+ if : always()
190191 run : |
191192 cd ~/work/unity-sdk/unity-sdk/UI-TESTS
192193 find . -name '*.trx' -exec mv {} ~/work/unity-sdk/unity-sdk/logs \;
You can’t perform that action at this time.
0 commit comments