Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/workflows/ql-unit-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ name: QL Unit Tests (Windows)
on:
pull_request:
branches:
- 'main'
- "main"
paths:
- '.github/workflows/ql-unit-tests-windows.yml'
- 'qlt.conf.json'
- 'extractors/cds/**'
- 'extractors/javascript/tools/**'
- 'javascript/**'
- ".github/workflows/ql-unit-tests-windows.yml"
- "qlt.conf.json"
- "extractors/cds/**"
- "extractors/javascript/tools/**"
- "javascript/**"
push:
branches:
- 'main'
- "main"
paths:
- '.github/workflows/ql-unit-tests-windows.yml'
- 'qlt.conf.json'
- 'extractors/cds/**'
- 'extractors/javascript/tools/**'
- 'javascript/**'
- ".github/workflows/ql-unit-tests-windows.yml"
- "qlt.conf.json"
- "extractors/cds/**"
- "extractors/javascript/tools/**"
- "javascript/**"
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -157,9 +157,9 @@ jobs:
- name: Setup Node.js for CDS compilation
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: 'extractors/cds/tools/package-lock.json'
node-version: "20"
cache: "npm"
cache-dependency-path: "extractors/cds/tools/package-lock.json"

- name: Verify Node.js and npm tools
shell: pwsh
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
name: windows-test-results-${{ matrix.test_suite }}
path: |
${{ runner.temp }}/test-results/
# No files here would mean there was a test error overall
# No files here would mean there was a test error overall
if-no-files-found: error

- name: Upload CAP test artifacts
Expand Down
Loading