Skip to content

Commit c9325ec

Browse files
committed
Run jetpack install with -v for verbose output
1 parent 938b248 commit c9325ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cache-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Time jetpack install --all -r
3838
run: |
3939
START=$(date +%s)
40-
pnpm jetpack install --all -r
40+
pnpm jetpack install -v --all -r
4141
END=$(date +%s)
4242
ELAPSED=$((END - START))
4343
echo "jetpack install --all -r (${{ matrix.label }}) took ${ELAPSED}s"

0 commit comments

Comments
 (0)