Skip to content

Commit a755a4f

Browse files
committed
Try to get report published correctly
1 parent 31fe738 commit a755a4f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run-e2e-automation-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ jobs:
238238

239239
- uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5
240240
if: always()
241+
working-directory: tests/e2e_automation
241242
with:
242243
name: BDD Test Summary
243244
path: "**/output/test-results.xml"
@@ -254,6 +255,7 @@ jobs:
254255

255256
- name: Build Allure report
256257
if: always()
258+
working-directory: tests/e2e_automation
257259
uses: simple-elf/allure-report-action@53ebb757a2097edc77c53ecef4d454fc2f2f774c
258260
with:
259261
allure_results: output/allure-results

0 commit comments

Comments
 (0)