From 54926d99d132982227de090403573cc7ddd93570 Mon Sep 17 00:00:00 2001 From: rjambrecic <32619626+rjambrecic@users.noreply.github.com> Date: Tue, 3 Sep 2024 08:28:11 +0200 Subject: [PATCH] Include-hidden-files in artifact upload CI job (#97) --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4b3d11d..4abb198 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -85,6 +85,7 @@ jobs: name: .coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }} path: coverage if-no-files-found: error + include-hidden-files: true test-macos-latest: if: github.event.pull_request.draft == false