We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ec30c commit 17a86c2Copy full SHA for 17a86c2
.github/workflows/e2e-tests.yml
@@ -95,6 +95,7 @@ jobs:
95
- uses: actions/upload-artifact@v4
96
if: ${{ !cancelled() }}
97
with:
98
+ include-hidden-files: true
99
name: playwright-report
100
path: ./e2e-tests/test-results
101
retention-days: 30
0 commit comments