Skip to content

Commit

Permalink
Disable the debugger.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Jun 15, 2024
1 parent 9ec2ff0 commit 6858783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
# working-directory: repo-a

- name: Rush retest (install-run-rush)
run: node --inspect-brk common/temp/install-run/@[email protected]/node_modules/@microsoft/rush-lib/lib/start build
run: node common/scripts/install-run-rush.js build
# run: node --inspect-brk common/temp/install-run/@[email protected]/node_modules/@microsoft/rush-lib/lib/start build
working-directory: repo-a

- name: Ensure repo README is up-to-date
Expand Down

0 comments on commit 6858783

Please sign in to comment.