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