github/workflows: fix job names for the tests workflow
lint and unit-tests were accidentally swapped.
This commit is contained in:
parent
7267fec608
commit
e4baddfad1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
lint:
|
||||
name: "🛃 Unit tests"
|
||||
name: "⌨ Lint"
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
run: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
unit-tests:
|
||||
name: "⌨ Lint"
|
||||
name: "🛃 Unit tests"
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue