OCram85/DroneHelper
OCram85
/
DroneHelper
Archived
1
0
Fork 0

run test steps parallel
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
OCram85 2022-07-13 16:11:10 +02:00
parent 9b21febd7e
commit f343fdd365
Signed by: OCram85
GPG Key ID: 456940F03DE016E1
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,10 @@ steps:
event:
include:
- pull_request
depends_on:
- "Pwsh FileLinter"
- "ScriptAnalyzer"
- "Pester"
- name: "buildState"
image: mcr.microsoft.com/dotnet/sdk:6.0-focal
@ -86,6 +90,8 @@ steps:
Import-Module './src/DroneHelper.psd1' -ErrorAction 'Stop';
Invoke-BuildState
}"
depends_on:
- "PRComment"
---
kind: pipeline