We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--search-path
1 parent be8a492 commit df3b304Copy full SHA for df3b304
.github/workflows/test.yml
@@ -27,11 +27,11 @@ jobs:
27
GITHUB_TOKEN: ${{ github.token }}
28
run: |
29
gh repo clone github/codeql
30
- codeql pack install "ql/lib"
31
- codeql pack install "ql/src"
32
- codeql pack install "ql/test"
+ codeql pack ci "ql/lib"
+ codeql pack ci "ql/src"
+ codeql pack ci "ql/test"
33
- name: Run Tests
34
env:
35
36
37
- codeql test run ql/test
+ codeql test run --search-path "${{ github.workspace }}/extractor" ql/test
0 commit comments