File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 uses : actions/download-artifact@v8
8080 with :
8181 name : build.requires.psd1
82- - name : Download Build Output
83- uses : actions/download-artifact@v8
84- with :
85- name : ModuleBuilder
86- path : Modules/ModuleBuilder # /home/runner/work/ModuleBuilder/ModuleBuilder/output/ModuleBuilder
8782 - name : Download Pester Tests
8883 uses : actions/download-artifact@v8
8984 with :
9590 run : | # PowerShell
9691 @(Get-Content build.requires.psd1).Where({ $_ -notmatch "ModuleBuilder"}) | Set-Content build.requires.psd1
9792 - name : ⚡ Install Required Modules
98- uses : JustinGrote/ModuleFast-action@v0 .0.1
93+ uses : JustinGrote/ModuleFast-action@v1 .0.1
9994 env :
10095 MODULEFAST_DESTINATION : ${{ github.workspace }}/Modules
96+ # Copy over the build output AFTER Install-ModuleFast, because it's caching my build output :(
97+ - name : Download Build Output
98+ uses : actions/download-artifact@v8
99+ with :
100+ name : ModuleBuilder
101+ path : Modules/ModuleBuilder # /home/runner/work/ModuleBuilder/ModuleBuilder/output/ModuleBuilder
101102 - name : Invoke-Pester
102103 if : matrix.shell == 'powershell'
103104 shell : powershell
You can’t perform that action at this time.
0 commit comments