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 bc8f1fa commit 9b99139Copy full SHA for 9b99139
.github/workflows/test_common.yml
@@ -111,6 +111,15 @@ jobs:
111
publish_dir: allure-history
112
destination_dir: ${{ env.CALLER }}
113
114
+ - name: Generate Allure Report
115
+ run: allure generate all-results -o allure-report
116
+
117
+ - name: Upload Allure Report
118
+ uses: actions/upload-artifact@v3
119
+ with:
120
+ name: allure-report
121
+ path: allure-report
122
123
- name: Create job summary
124
if: always()
125
env:
0 commit comments