Skip to content

Commit 0d56b6a

Browse files
committed
Upgrade NodeJS deps for CDS extractor
1 parent bd5443c commit 0d56b6a

7 files changed

Lines changed: 4712 additions & 11952 deletions

File tree

.github/workflows/ql-unit-tests-windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,8 @@ jobs:
179179
- name: Compile CAP CDS files
180180
shell: cmd
181181
run: |
182-
REM Use the dedicated CDS compilation script that follows the same logic
183-
REM as the CDS extractor's resolveCdsVersions function
184-
call extractors\cds\tools\workflow\cds-compilation-for-actions.cmd
182+
REM Compile CDS files for the specific test suite path
183+
call extractors\cds\tools\workflow\cds-compilation-for-actions.cmd ${{ matrix.test_path }}
185184
186185
- name: Run CodeQL unit tests
187186
id: run-tests

0 commit comments

Comments
 (0)