From 7a6fa3caddcfa6d19800b81817b06715fb1b539b Mon Sep 17 00:00:00 2001 From: Roopesh Hiriyanna Date: Fri, 8 Nov 2024 00:52:36 +0100 Subject: [PATCH] chore: added name to the job --- .github/workflows/api-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/api-tests.yml b/.github/workflows/api-tests.yml index 8dbe59f..0105362 100644 --- a/.github/workflows/api-tests.yml +++ b/.github/workflows/api-tests.yml @@ -4,6 +4,7 @@ on: [push, pull_request] # Runs this workflow on push and pull requests jobs: test-and-publish: + name: Test and Publish Report runs-on: ubuntu-latest steps: