Skip to content

Commit

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

- name: Rush retest (install-run-rush)
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
# 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 6cffa86

Please sign in to comment.