We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d599a53 commit 4238899Copy full SHA for 4238899
.github/workflows/smoke-tests.yml
@@ -58,7 +58,7 @@ jobs:
58
${pending}
59
" > environment.properties
60
- name: Publish allure report to S3
61
- uses: andrcuns/allure-publish-action@v2.2.3
+ uses: andrcuns/allure-publish-action@v2.4.0
62
if: always()
63
env:
64
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
71
prefix: 'linux/${BROWSER}/${RUN}'
72
copyLatest: true
73
ignoreMissingResults: true
74
- updatePr: description
+ updatePr: comment
75
baseUrl: 'https://${{ secrets.E2E_REPORTS_USER }}:${{ secrets.E2E_REPORTS_PASSWORD }}@${{ secrets.E2E_REPORTS_URL }}'
76
- name: Publish artifacts (logs, reports, screenshots)
77
uses: actions/upload-artifact@v3
0 commit comments