Fixed broken paths for coverage results upload in main.yml
parent
7c0f210aae
commit
db4d1c6f2d
|
@ -176,7 +176,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Coverage results (all)
|
name: Coverage results (all)
|
||||||
path: ${{ steps.allTests.outputs.coveragePath }}
|
path: ${{ steps.editMode.outputs.coveragePath }}
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
testRunnerInPlayMode:
|
testRunnerInPlayMode:
|
||||||
|
@ -231,7 +231,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Coverage results (all)
|
name: Coverage results (all)
|
||||||
path: ${{ steps.allTests.outputs.coveragePath }}
|
path: ${{ steps.playMode.outputs.coveragePath }}
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
testEachModeSequentially:
|
testEachModeSequentially:
|
||||||
|
|
Loading…
Reference in New Issue