File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,22 +9,22 @@ name: QL Unit Tests (Windows)
99on :
1010 pull_request :
1111 branches :
12- - ' main'
12+ - " main"
1313 paths :
14- - ' .github /workflows/ql-unit-tests-windows.yml'
15- - ' qlt.conf.json'
16- - ' extractors/cds/**'
17- - ' extractors/javascript/tools/**'
18- - ' javascript/**'
14+ - " ** /workflows/ql-unit-tests-windows.yml"
15+ - " qlt.conf.json"
16+ - " extractors/cds/**"
17+ - " extractors/javascript/tools/**"
18+ - " javascript/**"
1919 push :
2020 branches :
21- - ' main'
21+ - " main"
2222 paths :
23- - ' .github /workflows/ql-unit-tests-windows.yml'
24- - ' qlt.conf.json'
25- - ' extractors/cds/**'
26- - ' extractors/javascript/tools/**'
27- - ' javascript/**'
23+ - " ** /workflows/ql-unit-tests-windows.yml"
24+ - " qlt.conf.json"
25+ - " extractors/cds/**"
26+ - " extractors/javascript/tools/**"
27+ - " javascript/**"
2828 workflow_dispatch :
2929
3030permissions :
@@ -157,9 +157,9 @@ jobs:
157157 - name : Setup Node.js for CDS compilation
158158 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
159159 with :
160- node-version : ' 20 '
161- cache : ' npm'
162- cache-dependency-path : ' extractors/cds/tools/package-lock.json'
160+ node-version : " 20 "
161+ cache : " npm"
162+ cache-dependency-path : " extractors/cds/tools/package-lock.json"
163163
164164 - name : Verify Node.js and npm tools
165165 shell : pwsh
@@ -292,7 +292,7 @@ jobs:
292292 name : windows-test-results-${{ matrix.test_suite }}
293293 path : |
294294 ${{ runner.temp }}/test-results/
295- # No files here would mean there was a test error overall
295+ # No files here would mean there was a test error overall
296296 if-no-files-found : error
297297
298298 - name : Upload CAP test artifacts
You can’t perform that action at this time.
0 commit comments