From 949a32abe54c3af9cb04679b84f2ba977d66249f Mon Sep 17 00:00:00 2001 From: Debashis Nandi Date: Fri, 2 Jan 2026 01:23:05 +0530 Subject: [PATCH] fix: validate yaml run all test job name updated --- .github/workflows/validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 3e467d6..ae354f2 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -103,8 +103,8 @@ jobs: path: build/ retention-days: 1 - # job 4: Run Unit Tests - run-unit-tests: + # job 4: Run all Tests + run-all-tests: needs: build-project runs-on: windows-latest steps: