From ef1f77d0bcb418d104f0fbed5d8deb90ee99e52d Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 14 Aug 2024 15:59:57 +0200 Subject: [PATCH] ci: test jobs used to be call 'build' while they are tests jobs (#147) --- .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: