Skip to content

Commit

Permalink
ci: display test id instead of repo name and working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Sep 9, 2024
1 parent ed5dcdf commit 6af24ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
build-biome:
name: Build Biome (${{ inputs.biome-ref }})
name: Build Biome (${{ inputs.biome-ref || 'main' }})
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- id: wagmi
repository: wevm/wagmi

name: Test ${{ matrix.repository }} ${{ matrix.working-directory }}
name: Test ${{ matrix.id }}
needs: build-biome
timeout-minutes: 5
runs-on: ubuntu-latest
Expand Down Expand Up @@ -262,6 +262,6 @@ jobs:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
content: "${{ steps.notification.outputs.TAG }} \
biome(**${{ inputs.biome-ref || 'main' }}**) \
**${{ matrix.repository }}**/${{ matrix.working-directory }} \
**${{ matrix.id }}** \
${{ steps.notification.outputs.TIME }} \
[action](<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>)"

0 comments on commit 6af24ce

Please sign in to comment.