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