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.
1 parent a89882c commit 02cce62Copy full SHA for 02cce62
.github/workflows/js-ml-tests.yml
@@ -39,6 +39,12 @@ jobs:
39
40
- uses: ./.github/actions/fetch-codeql
41
42
+ - name: Install pack dependencies
43
+ run: |
44
+ for pack in modelbuilding src; do
45
+ codeql pack install --mode verify -- "${pack}"
46
+ done
47
+
48
- name: Check QL compilation
49
run: |
50
codeql query compile \
@@ -57,6 +63,9 @@ jobs:
57
63
58
64
59
65
66
67
+ run: codeql pack install -- test
68
60
69
- name: Run QL tests
61
70
62
71
codeql test run \
0 commit comments