Skip to content

Commit

Permalink
Updating pester stuff2
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 5, 2023
1 parent c64defa commit 5136e77
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
- name: Run Pester Tests
shell: pwsh
run: |
Import-Module ${{github.workspace}}/Modules/F7History
$MyOptions = @{
Run = @{ # Run configuration.
PassThru = $true # Return result object after finishing the test run.
Expand Down Expand Up @@ -129,13 +130,8 @@ jobs:
- name: Download Build Output
uses: actions/download-artifact@v3

- name: Display structure of downloaded files
run: ls -R

- name: Install-RequiredModules
uses: PoshCode/Actions/install-requiredmodules@v1
with:
requiredModules-path: ${{github.workspace}}/RequiredModules/RequiredModules.psd1
# - name: Display structure of downloaded files
# run: ls -R

# see https://github.com/Jaykul/RequiredModules/issues/6
- name: Manually Install Modules F7History is dependent on
Expand Down

0 comments on commit 5136e77

Please sign in to comment.