From 125cc70c3516bc80df3351210f35106140b6d61b Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 17 Jan 2024 09:30:20 +0100 Subject: [PATCH] ci: fix typo in test workflow --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index cd54329d..3cd512cd 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -31,7 +31,7 @@ jobs: run: shell: bash - needs: buildcheck + needs: buildCheck steps: - name: Repository checkout