fix(ci): bypass an NX error

This commit is contained in:
Elian Doran 2025-05-15 19:32:53 +03:00
parent 517a06e068
commit 1893037ad2
No known key found for this signature in database

View File

@ -82,7 +82,7 @@ jobs:
require-healthy: true
- name: Run Playwright tests
run: TRILIUM_DOCKER=1 TRILIUM_PORT=8082 pnpx nx run -t e2e
run: TRILIUM_DOCKER=1 TRILIUM_PORT=8082 pnpx nx run server-e2e:e2e
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with: