We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef16b3 commit 4f2d526Copy full SHA for 4f2d526
.github/workflows/it-test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
- fail-fast: false # Don't stop all jobs if one fails
+ fail-fast: false
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v4
@@ -46,15 +46,6 @@ jobs:
46
if: matrix.os != 'windows-latest'
47
run: chmod +x cli-v2
48
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
58
59
- name: Run tool tests
60
0 commit comments