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
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
unit-tests:
|
||||||
name: "⌨ Lint"
|
name: "🛃 Unit tests"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
@ -51,8 +51,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python3 -m pylint dnf-json
|
python3 -m pylint dnf-json
|
||||||
|
|
||||||
unit-tests:
|
lint:
|
||||||
name: "🛃 Unit tests"
|
name: "⌨ Lint"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue