diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7cfeeb2c71..01129d8de26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,3 +95,7 @@ jobs: - name: Rush test (rush-lib) run: node ${{ github.workspace }}/repo-a/apps/rush/lib/start-dev.js test --verbose --production --timeline working-directory: repo-b + + - name: Rush test (rush-lib) again to verify build cache hits + run: node ${{ github.workspace }}/repo-a/apps/rush/lib/start-dev.js test --verbose --production --timeline + working-directory: repo-b