fix: change socket port to 3005 (conflict with grafana) and make CI artifacts non-blocking
Some checks failed
CI / Lint, Test & Build (push) Successful in 12m43s
CI / Deploy production (on server) (push) Has been cancelled

This commit is contained in:
Antigravity
2026-05-19 21:06:34 +00:00
parent 450bcc763a
commit 37d9bea7bb
4 changed files with 5 additions and 3 deletions

View File

@@ -82,6 +82,7 @@ jobs:
- name: Upload web artifact
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: actions/upload-artifact@v3
continue-on-error: true
with:
name: web-artifact
path: web-artifact.tgz
@@ -101,6 +102,7 @@ jobs:
- name: Download web artifact
uses: actions/download-artifact@v3
continue-on-error: true
with:
name: web-artifact