suite2
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
|||||||
output: both
|
output: both
|
||||||
thresholds: "10 30"
|
thresholds: "10 30"
|
||||||
- name: Add Coverage PR Comment
|
- name: Add Coverage PR Comment
|
||||||
uses: marocchino/sticky-pull-request-comment@v2
|
uses: marocchino/sticky-pull-request-comment@v2.6.2
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
recreate: true
|
recreate: true
|
||||||
@@ -74,6 +74,7 @@ jobs:
|
|||||||
- name: Upload Test Result Files
|
- name: Upload Test Result Files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
name: test-results
|
||||||
name: test-results
|
name: test-results
|
||||||
path: ${{ github.workspace }}/**/TestResults/**/*
|
path: ${{ github.workspace }}/**/TestResults/**/*
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user