Skip to content

Commit

Permalink
add working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cperaltah committed Aug 15, 2024
1 parent db0b301 commit 2aabd20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tsp-client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:

- run: npm ci
shell: pwsh
working-directory: ./tools/tsp-client

- run: npm ls -a
shell: pwsh
continue-on-error: true
working-directory: ./tools/tsp-client

- run: npm run build
shell: pwsh
Expand Down

0 comments on commit 2aabd20

Please sign in to comment.