diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e1d440eb..7762587b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -167,6 +167,7 @@ jobs: - name: Upload test reports uses: actions/upload-artifact@v3 if: always() + continue-on-error: true with: name: test-reports path: reports/ @@ -205,6 +206,7 @@ jobs: - name: Upload build artifacts uses: actions/upload-artifact@v3 + continue-on-error: true with: name: frontend-assets path: |