Skip to content

Commit

Permalink
💚 Set include-hidden-files to True when using the `upload-artifac…
Browse files Browse the repository at this point in the history
…t` GH action (#1098)

set include-hidden-files to true for actions/upload-artifact@v4
  • Loading branch information
svlandeg authored Sep 2, 2024
1 parent e2d3153 commit 5c6688e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
with:
name: docs-site
path: ./site/**
include-hidden-files: true

# https://github.com/marketplace/actions/alls-green#why
docs-all-green: # This job does nothing and is only used for the branch protection
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
with:
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
path: coverage
include-hidden-files: true

coverage-combine:
needs:
- test
Expand Down Expand Up @@ -107,6 +109,7 @@ jobs:
with:
name: coverage-html
path: htmlcov
include-hidden-files: true

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

0 comments on commit 5c6688e

Please sign in to comment.