From 4824472c7756a04bf3220089b3274b5cfadbff3e Mon Sep 17 00:00:00 2001 From: zwitschi Date: Thu, 23 Oct 2025 09:04:12 +0200 Subject: [PATCH] fix: removing app artifact upload step, re-activating test result upload --- .github/workflows/ci.yml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1ba6b5..79f7176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,12 +46,12 @@ jobs: run: | pytest -q tests - # - name: Upload test results (artifact) - # if: always() - # uses: actions/upload-artifact@v4 - # with: - # name: pytest-results - # path: tests + - name: Upload test results (artifact) + if: always() + uses: actions/upload-artifact@v3 + with: + name: pytest-results + path: tests build-image: runs-on: ubuntu-latest @@ -104,10 +104,3 @@ jobs: tags: | ${{ secrets.REGISTRY_URL }}/allucanget/contact.allucanget.biz:latest ${{ secrets.REGISTRY_URL }}/allucanget/contact.allucanget.biz:${{ steps.meta.outputs.sha }} - - - name: Upload built image metadata - if: always() - uses: actions/upload-artifact@v3 - with: - name: image-build-info - path: .