We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938b248 commit c9325ecCopy full SHA for c9325ec
1 file changed
.github/workflows/cache-benchmark.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Time jetpack install --all -r
38
run: |
39
START=$(date +%s)
40
- pnpm jetpack install --all -r
+ pnpm jetpack install -v --all -r
41
END=$(date +%s)
42
ELAPSED=$((END - START))
43
echo "jetpack install --all -r (${{ matrix.label }}) took ${ELAPSED}s"
0 commit comments