Make artifact uploads non-blocking (SSL cert issue with Gitea)
API CI/CD / Validate (composer + pint) (push) Successful in 2m6s
API CI/CD / Test (PHPUnit) (push) Failing after 2m14s
API CI/CD / Build frontend assets (push) Successful in 2m14s
API CI/CD / Security audit (push) Successful in 31s
API CI/CD / Deploy to shared hosting (PHP) (push) Has been skipped

This commit is contained in:
root
2026-06-21 13:30:28 -04:00
parent 22c675a92d
commit 1d246fff93
+2
View File
@@ -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: |