Skip to content

Add pre-merge workflow for HLSL testing #7

Add pre-merge workflow for HLSL testing

Add pre-merge workflow for HLSL testing #7

Workflow file for this run

name: HLSL Tests - macOS
permissions:
contents: read
checks: write
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- llvm/**/DirectX/**
- .github/workflows/hlsl*
- clang/*HLSL*/**/*
- clang/**/*HLSL*
- llvm/**/Frontend/HLSL/**/*
jobs:
HLSL-macOS:
uses: ./.github/workflows/hlsl-test-all.yaml
with:
OS: macOS
SKU: hlsl-macos
TestTarget: check-hlsl-clang-mtl
LLVM-branch: ${{ github.ref }}