From 81af7c5febd7a1d8f27ae2e32424ed610b109f41 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:13:33 +0100 Subject: [PATCH] fixed yaml syntax for jobs again --- .github/workflows/continuous-integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 891b60d..948535d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -6,7 +6,8 @@ on: - development jobs: - - name: Test that the project respect the spec + test: + name: Test the project runs-on: ubuntu-20.04 steps: - name: Checkout