Skip to content

Commit

Permalink
fix: Write-FormatCustomView -Frame ( Fixes #164 )
Browse files Browse the repository at this point in the history
Switching to serial build
  • Loading branch information
StartAutomating committed Feb 4, 2024
1 parent 6a4d12e commit 3a4b04d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/TestReleaseAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,11 @@ jobs:
- name: Initialize Splatter
uses: StartAutomating/Splatter@main
id: Splatter
- name: BuildPipeScript
- name: PipeScript
uses: StartAutomating/PipeScript@main
id: PipeScript
with:
serial: true
- name: Run EZOut (on master)
if: ${{github.ref_name == 'master'}}
uses: StartAutomating/EZOut@master
Expand Down
9 changes: 8 additions & 1 deletion Build/GitHub/Jobs/BuildEZOut.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@
uses = 'StartAutomating/Splatter@main'
id = 'Splatter'
},
'RunPipeScript',
@{
name = 'PipeScript'
uses = 'StartAutomating/PipeScript@main'
id = 'PipeScript'
with = @{
serial = $true
}
},
@{
name = 'Run EZOut (on master)'
if = '${{github.ref_name == ''master''}}'
Expand Down

0 comments on commit 3a4b04d

Please sign in to comment.