We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f029d2a commit 3cca0a6Copy full SHA for 3cca0a6
1 file changed
.github/workflows/powershell-pr-check.yml
@@ -25,8 +25,8 @@ jobs:
25
channel: release
26
- name: Install PowerShell
27
run: |
28
- Get-Command codeql
29
- ./powershell/build.ps1
+ $path = Split-Path (Get-Command codeql).Source
+ ./powershell/build.ps1 $path
30
- name: Run QL tests
31
32
codeql test run --threads=0 powershell/ql/test
0 commit comments