We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fe738 commit a755a4fCopy full SHA for a755a4f
1 file changed
.github/workflows/run-e2e-automation-tests.yml
@@ -238,6 +238,7 @@ jobs:
238
239
- uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5
240
if: always()
241
+ working-directory: tests/e2e_automation
242
with:
243
name: BDD Test Summary
244
path: "**/output/test-results.xml"
@@ -254,6 +255,7 @@ jobs:
254
255
256
- name: Build Allure report
257
258
259
uses: simple-elf/allure-report-action@53ebb757a2097edc77c53ecef4d454fc2f2f774c
260
261
allure_results: output/allure-results
0 commit comments