Skip to content

Commit 594d33c

Browse files
committed
Migrate to extractors/cds/tools/workflow/ dir
Migrates `*.test.sh` scripts from `extractors/cds/tools/test/` dir to `extractors/cds/tools/workflow/` dir and changes script file extensions from `.test.sh` to just `.sh`.
1 parent 9f3ed41 commit 594d33c

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/run-codeql-unit-tests-javascript.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ jobs:
9898
run: |
9999
# Use the dedicated CDS compilation script that includes proper version resolution
100100
# This script follows the same logic as the CDS extractor's resolveCdsVersions function
101-
chmod +x extractors/cds/tools/test/cds-compilation-for-actions.test.sh
102-
./extractors/cds/tools/test/cds-compilation-for-actions.test.sh
101+
./extractors/cds/tools/workflow/cds-compilation-for-actions.sh
103102
104103
- name: Run test suites
105104
id: run-test-suites

0 commit comments

Comments
 (0)