Fix CI validation tasks

This commit is contained in:
Igor Shaposhnik
2021-06-24 21:20:00 +00:00
committed by Dzmitry Malyshau
parent a8119f005e
commit 1f42d4f227
3 changed files with 7 additions and 7 deletions

View File

@@ -2,10 +2,10 @@ name: validation-linux
on:
pull_request:
paths:
- 'tests/out/*.spvasm'
- 'tests/out/*.glsl'
- 'tests/out/*.dot'
- 'tests/out/*.wgsl'
- 'tests/out/spv/*.spvasm'
- 'tests/out/glsl/*.glsl'
- 'tests/out/dot/*.dot'
- 'tests/out/wgsl/*.wgsl'
jobs:
validate-linux:

View File

@@ -2,7 +2,7 @@ name: validation-macos
on:
pull_request:
paths:
- 'tests/out/*.msl'
- 'tests/out/msl/*.msl'
jobs:
validate-macos:

View File

@@ -2,7 +2,7 @@ name: validation-windows
on:
pull_request:
paths:
- 'tests/out/*.hlsl'
- 'tests/out/hlsl/*.hlsl'
jobs:
validate-windows:
@@ -13,4 +13,4 @@ jobs:
- name: Add DirectXShaderCompiler
uses: napokue/setup-dxc@v1.0.0
- run: make validate-hlsl
shell: sh
shell: sh