Skip to content

Commit

Permalink
set name for run step as forge test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Nov 1, 2024
1 parent 3e39b62 commit 323bfa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/forge-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
echo "To cancel this job, do `pnpm infra ci cancel-workflow ${{ github.run_id }}` from internal-ops" >> $GITHUB_STEP_SUMMARY
run:
name: forge-${{ matrix.TEST_NAME }}
needs: [determine-test-metadata, generate-matrix]
if: ${{ github.event_name != 'pull_request' }}
strategy:
Expand Down

0 comments on commit 323bfa9

Please sign in to comment.