Skip to content

Commit 608bbca

Browse files
Fix path double nesting
Co-authored-by: Andy Jordan <[email protected]>
1 parent f54c79c commit 608bbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Validate JSON files
3737
shell: pwsh
38-
run: ./vscode-powershell/tools/testValidJson.ps1
38+
run: ./tools/testValidJson.ps1
3939
working-directory: vscode-powershell
4040

4141
- name: Install dotnet

0 commit comments

Comments
 (0)