github: fix job names and IDs for the tests workflow

Flip the incorrect flip that happened in
e4baddfad1
This commit is contained in:
Achilleas Koutsou 2022-03-10 10:33:45 +01:00 committed by Ondřej Budai
parent 93c6336e24
commit e5675efc4a

View file

@ -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: