Skip to content

Commit 5b673a7

Browse files
committed
e2e
1 parent 66c8c0a commit 5b673a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-e2e-dashboard.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@ jobs:
5252
- name: Install dependencies
5353
run: pnpm install --frozen-lockfile
5454

55-
- name: Build dashboard
56-
run: |
57-
cd apps/ops-dashboard
58-
pnpm build
55+
- name: Build all packages
56+
run: pnpm build:all
5957

6058
- name: Install Playwright browsers
6159
run: |

0 commit comments

Comments
 (0)