Skip to content

Commit

Permalink
actions: provide a name for each job
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk committed Oct 27, 2023
1 parent dd74c4e commit f0d37d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: push

jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit f0d37d8

Please sign in to comment.