From aa9eed4f7512933247cbdbf046cae6a39aa1cf01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BB=D0=B0=D1=85=D0=BE=D0=B2=20=D0=90=D0=BB?= =?UTF-8?q?=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=9F=D0=B0=D0=B2=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=D0=B8=D1=87?= Date: Tue, 30 Jul 2024 16:17:07 +0000 Subject: [PATCH] rename stages --- .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 48138ae..f89ce5c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: Push on: [push] jobs: - test: + tests: strategy: fail-fast: false matrix: @@ -23,7 +23,7 @@ jobs: run: poetry install - name: Run tests run: poetry run make tests - code-quality: + linters: strategy: fail-fast: false matrix: