Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
test
  • Loading branch information
MariusStorhaug committed Mar 27, 2024
commit 6a3652c8199e8eae12350d4a70ed2dbeadeafa29
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ runs:
if: ${{ inputs.TestType == 'Module' }}
with:
name: ${{ inputs.Shell }}-${{ runner.os }}-Test-Report
path: ${{ github.workspace }}\outputs\Test-Report.xml
path: ${{ github.workspace }}/outputs/Test-Report.xml

- name: Upload code coverage report
uses: actions/upload-artifact@v4
if: ${{ inputs.TestType == 'Module' }}
with:
name: ${{ inputs.Shell }}-${{ runner.os }}-CodeCoverage-Report
path: ${{ github.workspace }}\outputs\CodeCoverage-Report.xml
path: ${{ github.workspace }}/outputs/CodeCoverage-Report.xml