Skip to content

Commit 8743e48

Browse files
Merge branch 'fastapi:master' into refactor-status-code
2 parents 95a25f9 + ad35807 commit 8743e48

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
### Internal
1616

17+
* 💚 Set `include-hidden-files` to `True` when using the `upload-artifact` GH action. PR [#1327](https://github.com/fastapi/full-stack-fastapi-template/pull/1327) by [@svlandeg](https://github.com/svlandeg).
1718
* 👷🏻 Auto-generate frontend client . PR [#1320](https://github.com/fastapi/full-stack-fastapi-template/pull/1320) by [@alejsdev](https://github.com/alejsdev).
1819
* 🐛 Fix in `.github/labeler.yml`. PR [#1322](https://github.com/fastapi/full-stack-fastapi-template/pull/1322) by [@alejsdev](https://github.com/alejsdev).
1920
* 👷 Update `.github/labeler.yml`. PR [#1321](https://github.com/fastapi/full-stack-fastapi-template/pull/1321) by [@alejsdev](https://github.com/alejsdev).

0 commit comments

Comments
 (0)