Skip to content

Commit

Permalink
fix find subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
MSPoulaei committed Dec 25, 2023
1 parent b098fc5 commit 3055d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3055d9b

Please # to comment.