github: fix job names and IDs for the tests workflow
Flip the incorrect flip that happened in
e4baddfad1
This commit is contained in:
parent
93c6336e24
commit
e5675efc4a
1 changed files with 4 additions and 4 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
|
@ -11,8 +11,8 @@ on:
|
|||
- main
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: "⌨ Lint"
|
||||
unit-tests:
|
||||
name: "🛃 Unit tests"
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
||||
|
|
@ -51,8 +51,8 @@ jobs:
|
|||
run: |
|
||||
python3 -m pylint dnf-json
|
||||
|
||||
unit-tests:
|
||||
name: "🛃 Unit tests"
|
||||
lint:
|
||||
name: "⌨ Lint"
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue