We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c37c54 commit 3bea9e5Copy full SHA for 3bea9e5
1 file changed
.github/workflows/powershell-pr-check.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
powershell-pr-check:
11
name: powershell-pr-check
12
- runs-on: ubuntu-latest
+ runs-on: windows-latest
13
if: github.repository == 'microsoft/codeql'
14
permissions:
15
contents: read
@@ -25,7 +25,6 @@ jobs:
25
channel: release
26
- name: Install PowerShell
27
run: |
28
- chmod +x powershell/build.ps1
29
./powershell/build.ps1
30
- name: Run QL tests
31
0 commit comments