File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292
9393 - name : prettier
9494 run : yarn prettier:check
95-
95+
9696 - name : read knip-reports flag from bcp.json
9797 id : bcp
9898 run : |
@@ -106,7 +106,7 @@ jobs:
106106 echo "bcp.json not found. Defaulting knip_reports to false."
107107 echo "knip_reports=false" >> $GITHUB_OUTPUT
108108 fi
109-
109+
110110 - name : check knip reports
111111 if : ${{ steps.bcp.outputs.knip_reports == 'true' }}
112112 run : yarn build:knip-reports --ci
@@ -124,7 +124,7 @@ jobs:
124124 run : yarn backstage-cli repo fix --check --publish
125125
126126 - name : test changed packages
127- run : yarn backstage-cli repo test --coverage --maxWorkers=3
127+ run : yarn test:all --maxWorkers=3
128128
129129 - name : install playwright
130130 if : ${{ hashFiles(format('workspaces/{0}/playwright.config.ts', matrix.workspace)) != '' }}
Original file line number Diff line number Diff line change 1111 "fix" : " exit 0" ,
1212 "postinstall" : " cd ../../ && yarn install" ,
1313 "prettier:check" : " exit 0" ,
14- "tsc:full" : " exit 0"
14+ "tsc:full" : " exit 0" ,
15+ "test:all" : " exit 0"
1516 }
1617}
You can’t perform that action at this time.
0 commit comments