File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 runs-on : ${{ matrix.os }}
5555 strategy :
5656 matrix :
57- os : [ubuntu-latest, macos-latest]
57+ os : [ubuntu-latest, macos-latest, windows-latest ]
5858 steps :
5959 - name : Checkout
6060 uses : actions/checkout@v4
@@ -81,18 +81,15 @@ jobs:
8181 if : matrix.os != 'windows-latest'
8282 run : |
8383 ./cli-v2 install
84- # Disable windows it test for now.
85- # - name: Install dependencies from .codacy/codacy.yaml (Windows)
86- # if: matrix.os == 'windows-latest'
87- # shell: pwsh
88- # run: |
89- # Get-ChildItem
90- # Write-Host "Current directory contents:"
91- # dir
92- # Write-Host "Node.js version:"
93- # node --version
94- # Write-Host "Attempting to run CLI..."
95- # .\cli-v2.exe install
84+ - name : Install dependencies from .codacy/codacy.yaml (Windows)
85+ if : matrix.os == 'windows-latest'
86+ shell : pwsh
87+ run : |
88+ Get-ChildItem
89+ Write-Host "Current directory contents:"
90+ dir
91+ Write-Host "Attempting to run CLI..."
92+ .\cli-v2.exe install
9693
9794# For now we are not releasing the CLI, as we are making some quicker iterations
9895 release :
You can’t perform that action at this time.
0 commit comments