There was an error while loading. Please reload this page.
1 parent 17b212f commit 1d6b62dCopy full SHA for 1d6b62d
1 file changed
.github/workflows/test-samples-screenshots.yml
@@ -53,6 +53,8 @@ jobs:
53
matrix:
54
graphics-api: [Direct3D11, Direct3D12, Vulkan]
55
runs-on: windows-2025-vs2026
56
+ # TODO: drop continue-on-error once D3D12 and Vulkan captures are stable.
57
+ continue-on-error: ${{ matrix.graphics-api != 'Direct3D11' }}
58
env:
59
# Software rendering is the default in the autotesting harness; set STRIDE_TESTS_GPU=1 to opt into the GPU.
60
STRIDE_TESTS_RENDERDOC: "error"
0 commit comments