We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1724948 commit 7c37c54Copy full SHA for 7c37c54
1 file changed
.github/workflows/powershell-pr-check.yml
@@ -25,6 +25,7 @@ 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