Skip to content

Commit 1724948

Browse files
authored
Update powershell-pr-check.yml
1 parent 3b2057b commit 1724948

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
@@ -23,6 +23,9 @@ jobs:
2323
uses: ./.github/actions/fetch-codeql
2424
with:
2525
channel: release
26-
- name: Compile PowerShell Queries
26+
- name: Install PowerShell
27+
run: |
28+
./powershell/build.ps1
29+
- name: Run QL tests
2730
run: |
2831
codeql test run --threads=0 powershell/ql/test

0 commit comments

Comments
 (0)