From 8b2385f62d55c5b9581aae7f43107306d9ec20f0 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Sat, 3 Aug 2024 15:08:17 +0100 Subject: [PATCH] add name to test step --- .github/workflows/pullrequest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 0893ea5..bd75202 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,6 +20,7 @@ concurrency: jobs: test: + name: Test Build runs-on: ubuntu-latest concurrency: ci-${{ github.ref }} steps: