From e63e2d77c65c9f29dac19f9012bd9d634fa1b51f Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 14 Aug 2024 15:39:31 +0200 Subject: [PATCH] ci: test jobs used to be call 'build' while they are tests jobs --- .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 8d5456c6..b4fecc57 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -12,7 +12,7 @@ on: - cron: '4 0 * * *' jobs: - build: + tests: strategy: fail-fast: false matrix: