diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2cdab277b..d4ac42d65 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: