From 3055d9b3fa4c710af82302daa896ab1936184770 Mon Sep 17 00:00:00 2001 From: MSPoulaei Date: Mon, 25 Dec 2023 10:23:43 +0330 Subject: [PATCH] fix find subfolder --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index f303143..70c547f 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -27,7 +27,7 @@ jobs: working-directory: ./src/VakilPors - name: Find first subfolder id: subfolder - run: subfolder=$(ls -d ./VakilPors.Test/TestResults head -n 1) + run: subfolder=$(ls ./VakilPors.Test/TestResults | head -n 1) echo "subfolder=${subfolder%/}" >> $GITHUB_ENV working-directory: ./src/VakilPors - name: Create Test Coverage Badge