Skip to content

Commit 4238899

Browse files
authored
test(extension): [LW-9004] change smoke test report updatePR method to comment (#698)
* test(extension): change updatePR method to comment * test(extension): change publisher version
1 parent d599a53 commit 4238899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
${pending}
5959
" > environment.properties
6060
- name: Publish allure report to S3
61-
uses: andrcuns/allure-publish-action@v2.2.3
61+
uses: andrcuns/allure-publish-action@v2.4.0
6262
if: always()
6363
env:
6464
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
7171
prefix: 'linux/${BROWSER}/${RUN}'
7272
copyLatest: true
7373
ignoreMissingResults: true
74-
updatePr: description
74+
updatePr: comment
7575
baseUrl: 'https://${{ secrets.E2E_REPORTS_USER }}:${{ secrets.E2E_REPORTS_PASSWORD }}@${{ secrets.E2E_REPORTS_URL }}'
7676
- name: Publish artifacts (logs, reports, screenshots)
7777
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)