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.
include-hidden-files
1 parent 922fa81 commit c732f61Copy full SHA for c732f61
.github/workflows/playwright.yml
@@ -53,6 +53,7 @@ jobs:
53
name: playwright-report
54
path: frontend/playwright-report/
55
retention-days: 30
56
+ include-hidden-files: true
57
58
# https://github.com/marketplace/actions/alls-green#why
59
e2e-alls-green: # This job does nothing and is only used for the branch protection
.github/workflows/test.yml
@@ -36,6 +36,7 @@ jobs:
36
with:
37
name: coverage-html
38
path: backend/htmlcov
39
40
41
42
alls-green: # This job does nothing and is only used for the branch protection
0 commit comments