We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ec4f3 commit df1ba9aCopy full SHA for df1ba9a
1 file changed
.github/workflows/trigger-PR-pipeline.yml
@@ -62,8 +62,8 @@ jobs:
62
63
- name: Run Tests
64
run: |
65
- echo "$TEST_PROJECT" | while read -r $project; do
66
- if [ -n $project]; then
+ echo "$TEST_PROJECTS" | while read -r project; do
+ if [ -n $project ]; then
67
dotnet test "$project" --no-restore --no-build
68
fi
69
done
0 commit comments