chore: correct e2e test results path in GH actions (#1231)

This commit is contained in:
Ali BARIN
2023-08-22 09:57:40 +02:00
committed by GitHub
parent cede96f018
commit 77b4408416

View File

@@ -27,5 +27,5 @@ jobs:
if: always() if: always()
with: with:
name: playwright-report name: playwright-report
path: playwright-report/ path: test-results/
retention-days: 30 retention-days: 30