Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,22 +173,6 @@ jobs:
ModulesOutputPath: ${{ inputs.ModulesOutputPath }}
DocsOutputPath: ${{ inputs.DocsOutputPath }}

- name: Upload module artifact
uses: actions/upload-artifact@v4
with:
name: module
path: ${{ inputs.ModulesOutputPath }}
if-no-files-found: error
retention-days: 1

- name: Upload docs artifact
uses: actions/upload-artifact@v4
with:
name: docs
path: ${{ inputs.DocsOutputPath }}
if-no-files-found: error
retention-days: 1

# This is necessary as there is no way to get output from a matrix job
TestModule-pwsh-ubuntu-latest:
name: Test module (pwsh, ubuntu-latest)
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,22 +180,6 @@ jobs:
ModulesOutputPath: ${{ inputs.ModulesOutputPath }}
DocsOutputPath: ${{ inputs.DocsOutputPath }}

- name: Upload module artifact
uses: actions/upload-artifact@v4
with:
name: module
path: ${{ inputs.ModulesOutputPath }}
if-no-files-found: error
retention-days: 1

- name: Upload docs artifact
uses: actions/upload-artifact@v4
with:
name: docs
path: ${{ inputs.DocsOutputPath }}
if-no-files-found: error
retention-days: 1

#This is necessary as there is no way to get output from a matrix job
TestModule-pwsh-ubuntu-latest:
name: Test module (pwsh, ubuntu-latest)
Expand Down