Skip to content

Commit

Permalink
fix working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlwanl authored and azure-sdk committed Jun 18, 2024
1 parent ed97cba commit 6229ffd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/js-sdk-release-tool-pull-request-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: ./tools/js-sdk-release-tools/

- name: Build TypeScript
run: npm run build
working-directory: ./tools/js-sdk-release-tools/

- name: Run Unit Tests
run: npm run test
run: npm run test
working-directory: ./tools/js-sdk-release-tools/

0 comments on commit 6229ffd

Please sign in to comment.