Skip to content

Commit

Permalink
Improve test workflow labels (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyomair authored Dec 4, 2024
1 parent 5bf5820 commit abb4ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: dorny/test-reporter@v1
with:
artifact: test-results
name: Tests
name: Report
path: "**/junit.xml"
reporter: jest-junit
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
- next

jobs:
lint:
name: Lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- run: echo "${{ github.actor }}"
Expand Down

0 comments on commit abb4ee9

Please sign in to comment.