Skip to content

Commit

Permalink
better action names
Browse files Browse the repository at this point in the history
  • Loading branch information
wandmagic committed Jan 13, 2025
1 parent 8993b2a commit c01afed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
version: ['latest', 'snapshot']
name: Run tests (${{ matrix.version }})
name: Run style tests (${{ matrix.version }})
# Checkout repository and its submodules
steps:
# Check-out the repository under $GITHUB_WORKSPACE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
os: [ubuntu-20.04, windows-2022]
version: ['latest', 'snapshot']
runs-on: ${{ matrix.os }}
name: Test (${{ matrix.os }}, ${{ matrix.version }})
name: Unit Tests (${{ matrix.os }}, ${{ matrix.version }})
# Checkout repository and its submodules
steps:
# Check-out the repository under $GITHUB_WORKSPACE
Expand Down

0 comments on commit c01afed

Please sign in to comment.