Skip to content

Commit 47cbb77

Browse files
committed
Try just query
1 parent 6d8b892 commit 47cbb77

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
uses: github/codeql-action/init@v3
1515
- name: Run tests
1616
run: |
17-
${{ steps.init.outputs.codeql-path }} pack ci ./cpp/test/
18-
${{ steps.init.outputs.codeql-path }} test run -vv ./cpp/test/
19-
${{ steps.init.outputs.codeql-path }} pack ci ./go/test/
20-
${{ steps.init.outputs.codeql-path }} test run -vv ./go/test/
21-
${{ steps.init.outputs.codeql-path }} pack ci ./java/test/
22-
${{ steps.init.outputs.codeql-path }} test run -vv ./java/test/
17+
${{ steps.init.outputs.codeql-path }} test extract ./java/test/
18+
${{ steps.init.outputs.codeql-path }} query run --database=java/test/test.testproj/ -- java/src/security/Recursion/Recursion.ql
19+
${{ steps.init.outputs.codeql-path }} test run ./java/test/

0 commit comments

Comments
 (0)