Skip to content

Commit

Permalink
Refactor test workflow to use a more descriptive job name
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Oct 15, 2024
1 parent f82d21b commit 2b3b628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
branches: [ "main" ]

jobs:
build:
test:
name: 🧪 Test
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout
Expand Down

0 comments on commit 2b3b628

Please sign in to comment.