chore(dx/ci): get rid of nx-specific workflows

This commit is contained in:
Elian Doran
2025-09-02 17:38:24 +03:00
parent 1258d0cf7d
commit 7c8019ac5b
5 changed files with 19 additions and 58 deletions

View File

@@ -82,7 +82,7 @@ jobs:
require-healthy: true
- name: Run Playwright tests
run: TRILIUM_DOCKER=1 TRILIUM_PORT=8082 pnpm exec nx run server-e2e:e2e
run: TRILIUM_DOCKER=1 TRILIUM_PORT=8082 pnpm --filter=server-e2e e2e
- name: Upload Playwright trace
if: failure()