mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-12-13 07:57:59 +08:00
💚 Set include-hidden-files to True when using the upload-artifact GH action (#1098)
set include-hidden-files to true for actions/upload-artifact@v4
This commit is contained in:
committed by
GitHub
parent
e2d3153dcc
commit
5c6688e945
1
.github/workflows/build-docs.yml
vendored
1
.github/workflows/build-docs.yml
vendored
@@ -77,6 +77,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: docs-site
|
name: docs-site
|
||||||
path: ./site/**
|
path: ./site/**
|
||||||
|
include-hidden-files: true
|
||||||
|
|
||||||
# https://github.com/marketplace/actions/alls-green#why
|
# https://github.com/marketplace/actions/alls-green#why
|
||||||
docs-all-green: # This job does nothing and is only used for the branch protection
|
docs-all-green: # This job does nothing and is only used for the branch protection
|
||||||
|
|||||||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -76,6 +76,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
|
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
|
||||||
path: coverage
|
path: coverage
|
||||||
|
include-hidden-files: true
|
||||||
|
|
||||||
coverage-combine:
|
coverage-combine:
|
||||||
needs:
|
needs:
|
||||||
- test
|
- test
|
||||||
@@ -107,6 +109,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: coverage-html
|
name: coverage-html
|
||||||
path: htmlcov
|
path: 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