Skip to content

Commit b6f6a03

Browse files
committed
chore(ci): print the names of the branches being benchmarked
1 parent 4bd7a37 commit b6f6a03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmark-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
working-directory: ./packages/@lwc/perf-benchmarks
5858
env:
5959
BENCHMARK_REF: ${{steps.previous_release.outputs.branch}}
60-
run: yarn test:run
60+
run: |
61+
echo "Running benchmarks for $GITHUB_REF_NAME against $BENCHMARK_REF"
62+
yarn test:run
6163
6264
- name: Format results
6365
working-directory: ./packages/@lwc/perf-benchmarks

0 commit comments

Comments
 (0)