From fe3b3e5953a02e71238440bd90410f9c6746b760 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Mon, 11 Sep 2023 20:02:55 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71b5b8d..d2ec818 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -93,7 +93,8 @@ jobs: uses: "actions/upload-artifact@v3.1.3 with: name: coverage-data - path: ".coverage.*" + path: | + .coverage.* - name: Upload documentation if: matrix.session == 'docs-build'