From d125632a6b53497ddde7adb7bf664863556aa8cd Mon Sep 17 00:00:00 2001 From: Heidelbergg <42738065+Heidelbergg@users.noreply.github.com> Date: Wed, 24 Nov 2021 22:42:58 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ac46fa..4225ce1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - build: + Test-and-Build: # The type of runner that the job will run on runs-on: ubuntu-latest