From e4baddfad119f0826b22081cb68d29ec47ea5cde Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Fri, 4 Mar 2022 14:57:25 +0100 Subject: [PATCH] github/workflows: fix job names for the tests workflow lint and unit-tests were accidentally swapped. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6945c7cc4..72592d6b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: