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