From 7e8da1a97314cfd39bb4c37cb03fe8fee89d218e Mon Sep 17 00:00:00 2001 From: Jens True Date: Thu, 16 Nov 2023 11:02:19 +0000 Subject: [PATCH] Upload folders --- .gitea/workflows/build.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 620a347..5a55ea5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -26,12 +26,15 @@ jobs: - name: Static analysis run: composer analyze - name: Test - run: composer test-coverage + run: composer test-full - uses: actions/upload-artifact@v3 with: path: output/test.html + - uses: actions/upload-artifact@v3 + with: + path: coverage - name: Document run: phpdoc run -# - uses: actions/upload-artifact@v3 -# with: -# path: output/docs \ No newline at end of file + - uses: actions/upload-artifact@v3 + with: + path: output/docs \ No newline at end of file