File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -421,31 +421,12 @@ jobs:
421421 with :
422422 name : Native Build Logs - Emscripten
423423 path : d:/cesium/CesiumForUnityBuildProject/Packages/com.cesium.unity/native~/build-*/build.log
424- - name : Publish ada-url build logs
425- if : success() || failure() # run this step even if previous step failed
426- uses : actions/upload-artifact@v4
427- with :
428- name : Emscripten ada-url Build Log
429- path : D:/.ezvcpkg/afc0a2e01ae104a2474216a2df0e8d78516fd5af/buildtrees/ada-url/*.log
430424 - name : Publish package artifact
431425 if : ${{ success() }}
432426 uses : actions/upload-artifact@v4
433427 with :
434428 name : Emscripten Package
435429 path : d:\cesium\CesiumForUnityBuildProject\*.tgz
436- - name : Run Tests
437- env :
438- CESIUM_ION_TOKEN_FOR_TESTS : ${{ secrets.CESIUM_ION_TOKEN_FOR_TESTS }}
439- run : |
440- start -FilePath "C:\Program Files\Unity\Hub\Editor\6000.0.62f1\Editor\Unity.exe" -ArgumentList "-runTests -batchmode -projectPath d:\cesium\CesiumForUnityBuildProject -testResults d:\cesium\temp\TestResults.xml -testPlatform PlayMode -logFile d:\cesium\temp\test-log.txt" -Wait
441- cat d:\cesium\temp\test-log.txt
442- - name : Test Report
443- 444- if : success() || failure() # run this step even if previous step failed
445- with :
446- name : Tests - Windows
447- path : d:/cesium/temp/TestResults.xml
448- reporter : dotnet-nunit
449430 Combine :
450431 runs-on : ubuntu-latest
451432 needs : [Windows, MacOS, Emscripten]
You can’t perform that action at this time.
0 commit comments