Skip to content

Commit c732f61

Browse files
committed
chore: add include-hidden-files
This is added to `upload-artefacts` GitHub action.
1 parent 922fa81 commit c732f61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
name: playwright-report
5454
path: frontend/playwright-report/
5555
retention-days: 30
56+
include-hidden-files: true
5657

5758
# https://github.com/marketplace/actions/alls-green#why
5859
e2e-alls-green: # This job does nothing and is only used for the branch protection

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with:
3737
name: coverage-html
3838
path: backend/htmlcov
39+
include-hidden-files: true
3940

4041
# https://github.com/marketplace/actions/alls-green#why
4142
alls-green: # This job does nothing and is only used for the branch protection

0 commit comments

Comments
 (0)