Skip to content

Commit

Permalink
refactor(plugins-benchmark-pr): consistency in step id
Browse files Browse the repository at this point in the history
  • Loading branch information
mweberxyz committed Feb 22, 2024
1 parent b47e7bb commit 75ab845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/plugins-benchmark-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
PR-BENCH-18: ${{ steps.benchmark-pr.outputs.BENCH_RESULT_18 }}
PR-BENCH-20: ${{ steps.benchmark-pr.outputs.BENCH_RESULT_20 }}
PR-BENCH-21: ${{ steps.benchmark-pr.outputs.BENCH_RESULT_21 }}
BASE-BENCH-18: ${{ steps.benchmark-default.outputs.BENCH_RESULT_18 }}
BASE-BENCH-20: ${{ steps.benchmark-default.outputs.BENCH_RESULT_20 }}
BASE-BENCH-21: ${{ steps.benchmark-default.outputs.BENCH_RESULT_21 }}
BASE-BENCH-18: ${{ steps.benchmark-base.outputs.BENCH_RESULT_18 }}
BASE-BENCH-20: ${{ steps.benchmark-base.outputs.BENCH_RESULT_20 }}
BASE-BENCH-21: ${{ steps.benchmark-base.outputs.BENCH_RESULT_21 }}

strategy:
matrix:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
npm install --ignore-scripts
- name: Run benchmark ${{ inputs.base-repo }}@${{ inputs.base-ref }}
id: benchmark-default
id: benchmark-base
run: |
echo 'BENCH_RESULT_${{matrix.node-version}}<<EOF' >> $GITHUB_OUTPUT
npm run --silent ${{inputs.npm-script}} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 75ab845

Please sign in to comment.