From: Sofie Van Landeghem Date: Mon, 2 Sep 2024 20:13:38 +0000 (+0200) Subject: 💚 Set `include-hidden-files` to `True` when using the `upload-artifact` GH action... X-Git-Tag: 0.0.23~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c6688e945bbe6947b7046d5c32afde45a644b8d;p=thirdparty%2Ffastapi%2Fsqlmodel.git 💚 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 --- diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index a2393052..00adbfbc 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa691cb2..fe2b2c02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,6 +76,8 @@ jobs: with: name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }} path: coverage + include-hidden-files: true + coverage-combine: needs: - test @@ -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