Skip to content

Commit 0235e00

Browse files
- enable windows it tests
1 parent 54ea83f commit 0235e00

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

.github/workflows/go.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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:

0 commit comments

Comments
 (0)