From e291cc48f1d72b78137aa2dad5ba5bb45b86c44d Mon Sep 17 00:00:00 2001 From: Lukas Gienapp <33417815+lgienapp@users.noreply.github.com> Date: Thu, 10 Nov 2022 11:11:04 +0100 Subject: [PATCH] :construction_worker: Rename test workflow --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index edabede..c526a13 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python application +name: Unit Tests on: push: