ci: limit Turbo's concurrency and increase verbosity #1

Open
joakimbeng wants to merge 1 commit from aboviq-ci into main
Showing only changes of commit e99ccbcd24 - Show all commits

View file

@ -33,4 +33,4 @@ jobs:
run: pnpm install run: pnpm install
- name: Checks - name: Checks
run: pnpm checks run: pnpm checks --concurrency=1 --cache-workers=1 --verbosity=2