diff --git a/.github/workflows/udk-tests.yaml b/.github/workflows/udk-tests.yaml index fe0c1e5..9eb75e8 100644 --- a/.github/workflows/udk-tests.yaml +++ b/.github/workflows/udk-tests.yaml @@ -71,9 +71,9 @@ jobs: run: .\tests\UDKTests\install_vcredist.ps1 if: matrix.os != 'self-hosted' - # - name: Install DirectX SDK - # run: .\tests\UDKTests\install_dx_sdk.ps1 - # if: matrix.os != 'self-hosted' + - name: Install DirectX SDK + run: .\tests\UDKTests\install_dx_sdk.ps1 + if: matrix.os != 'self-hosted' - name: Install DirectX Redist run: .\tests\UDKTests\install_dx_redist.ps1 @@ -84,16 +84,6 @@ jobs: shell: PowerShell run: py .\tests\UDKTests\setup_udk_build_env.py --use-shell --add-fw-rules - # - name: TEST TODO 1 (REMOVE ME LATER) - # timeout-minutes: 5 - # if: always() - # run: .\tests\UDKTests\run_udk.ps1 - - # - name: TEST TODO 2 (REMOVE ME LATER) - # timeout-minutes: 5 - # if: always() - # run: .\tests\UDKTests\UDK-Lite\Binaries\Win64\UDK.com make -useunpublished - - name: Archive UDK build and test logs and artifacts uses: actions/upload-artifact@v3 if: always()