We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7716234 commit ec19cf5Copy full SHA for ec19cf5
.github/workflows/Test.yml
@@ -71,6 +71,10 @@ jobs:
71
test-rerun ~/work/unity-sdk/unity-sdk/UI-TESTS -s ~/work/unity-sdk/unity-sdk/UI-TESTS/ios.runsettings --filter Name=ProgramaticRejectAllUSNATTest
72
test-rerun ~/work/unity-sdk/unity-sdk/UI-TESTS -s ~/work/unity-sdk/unity-sdk/UI-TESTS/ios.runsettings --filter Name=ProgramaticCustomConsentGDPRTest
73
test-rerun ~/work/unity-sdk/unity-sdk/UI-TESTS -s ~/work/unity-sdk/unity-sdk/UI-TESTS/ios.runsettings --filter Name=MessageLanguageTest
74
+ - name: Move dotnet logs
75
+ run: |
76
+ cd ~/work/unity-sdk/unity-sdk/UI-TESTS
77
+ find . -name '*.trx' -exec mv {} ~/work/unity-sdk/unity-sdk/logs \;
78
- name: Archive logs
79
if: always()
80
uses: actions/upload-artifact@v4
0 commit comments