Skip to content

Commit 4f2d526

Browse files
committed
[PLUTO-1411] rm windows
1 parent 2ef16b3 commit 4f2d526

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/it-test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
fail-fast: false # Don't stop all jobs if one fails
15+
fail-fast: false
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v4
@@ -46,15 +46,6 @@ jobs:
4646
if: matrix.os != 'windows-latest'
4747
run: chmod +x cli-v2
4848

49-
- name: Install dependencies from .codacy/codacy.yaml (Windows)
50-
if: matrix.os == 'windows-latest'
51-
shell: pwsh
52-
run: |
53-
Get-ChildItem
54-
Write-Host "Current directory contents:"
55-
dir
56-
Write-Host "Attempting to run CLI..."
57-
.\cli-v2.exe install
5849

5950
- name: Run tool tests
6051
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)