From fe93993b4f43defa368a13e5ae7d9a9899e70e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 16 May 2021 23:44:22 +0100 Subject: CI: name the job with a bit more obvious name. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index abf2178..ef2cfe7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -9,7 +9,7 @@ on: pull_request: jobs: - test: + pytest: runs-on: ${{ matrix.os }} strategy: -- cgit v1.2.3