set include-hidden-files to true for actions/upload-artifact@v4 (#1327)
This commit is contained in:

committed by
GitHub

parent
33b379bd46
commit
2241d75131
1
.github/workflows/playwright.yml
vendored
1
.github/workflows/playwright.yml
vendored
@@ -52,6 +52,7 @@ jobs:
|
|||||||
name: playwright-report
|
name: playwright-report
|
||||||
path: frontend/playwright-report/
|
path: frontend/playwright-report/
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
include-hidden-files: true
|
||||||
|
|
||||||
# https://github.com/marketplace/actions/alls-green#why
|
# https://github.com/marketplace/actions/alls-green#why
|
||||||
e2e-alls-green: # This job does nothing and is only used for the branch protection
|
e2e-alls-green: # This job does nothing and is only used for the branch protection
|
||||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: coverage-html
|
name: coverage-html
|
||||||
path: backend/htmlcov
|
path: backend/htmlcov
|
||||||
|
include-hidden-files: true
|
||||||
|
|
||||||
# https://github.com/marketplace/actions/alls-green#why
|
# https://github.com/marketplace/actions/alls-green#why
|
||||||
alls-green: # This job does nothing and is only used for the branch protection
|
alls-green: # This job does nothing and is only used for the branch protection
|
||||||
|
Reference in New Issue
Block a user