Skip to content

Commit d6c6015

Browse files
authored
PS: Run tests on PRs
1 parent f7d0818 commit d6c6015

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/powershell-pr-check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: PowerShell PR Check
22

33
on:
44
pull_request:
5+
paths:
6+
- "powershell/**"
7+
- "shared/**"
58
branches:
69
- main
710
workflow_dispatch:
@@ -25,4 +28,4 @@ jobs:
2528
channel: release
2629
- name: Compile PowerShell Queries
2730
run: |
28-
codeql query compile --check-only --keep-going powershell/ql/src
31+
codeql test run --threads=0 powershell/ql/test

0 commit comments

Comments
 (0)