Skip to content

Commit bac4de0

Browse files
committed
Run in correct dir
1 parent 338b9d0 commit bac4de0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
with:
3434
path: vscode-powershell
3535

36-
- name: Make sure JSON files are valid
36+
- name: Make sure JSON files in ./vscode-powershell/ are valid
3737
shell: pwsh
3838
run: ./vscode-powershell/tools/testValidJson.ps1
39+
working-directory: vscode-powershell
3940

4041
- name: Install dotnet
4142
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)