Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit d9b00c0

Browse files
committed
fix spacing in yml
1 parent 15dc749 commit d9b00c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yaml/template/runtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
displayName: ${{ parameters.jobDisplayName }} - netstandard2.0
1111
steps:
1212
- pwsh: |
13-
Import-Module ./out/Microsoft.PowerShell.TextUtility.psd1
14-
Invoke-Pester -Path ./test
13+
Import-Module ./out/Microsoft.PowerShell.TextUtility.psd1
14+
Invoke-Pester -Path ./test
1515
displayName: Test
1616
condition: succeeded()

0 commit comments

Comments
 (0)