Skip to content

Commit 29e4bd3

Browse files
authored
set include-hidden-files to true for actions/upload-artifact@v4 (fastapi#1327)
1 parent a1d9e20 commit 29e4bd3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/playwright.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
name: playwright-report
5353
path: frontend/playwright-report/
5454
retention-days: 30
55+
include-hidden-files: true
5556

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

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
name: coverage-html
3737
path: backend/htmlcov
38+
include-hidden-files: true
3839

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

0 commit comments

Comments
 (0)