We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2057b commit 1724948Copy full SHA for 1724948
1 file changed
.github/workflows/powershell-pr-check.yml
@@ -23,6 +23,9 @@ jobs:
23
uses: ./.github/actions/fetch-codeql
24
with:
25
channel: release
26
- - name: Compile PowerShell Queries
+ - name: Install PowerShell
27
+ run: |
28
+ ./powershell/build.ps1
29
+ - name: Run QL tests
30
run: |
31
codeql test run --threads=0 powershell/ql/test
0 commit comments