We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d9e20 commit 29e4bd3Copy full SHA for 29e4bd3
.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