Skip to content

Commit dbe41dd

Browse files
authored
Merge pull request #367 from advanced-security/knewbury01/patch-workflow-unit-tests-2
patch workflow unit tests 2
2 parents ba610b6 + 2ad37dd commit dbe41dd

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ name: QL Unit Tests (Windows)
99
on:
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+
- ".github/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+
- ".github/workflows/ql-unit-tests-windows.yml"
24+
- "qlt.conf.json"
25+
- "extractors/cds/**"
26+
- "extractors/javascript/tools/**"
27+
- "javascript/**"
2828
workflow_dispatch:
2929

3030
permissions:
@@ -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

0 commit comments

Comments
 (0)