Skip to content

Commit

Permalink
Create pr-validation-steps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadof authored Jun 3, 2021
1 parent ec0f670 commit 2518687
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions stackoverflow/so-99/pr-validation-steps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
parameters:
- name: UnitTestsProjectPaths
type: object
default:
- '1.Tests/1.Tests.csproj'
- '2/2.Tests/2.Tests.csproj'
- '3/3.Tests/3.Tests.csproj'

steps:
- ${{ each UnitTestsProjectPath in parameters.UnitTestsProjectPaths }}:
- bash: echo 'Run unit tests in ${{ UnitTestsProjectPath }} and collect coverage'

0 comments on commit 2518687

Please sign in to comment.