You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/e2e-test.yml
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ on:
9
9
- main
10
10
paths-ignore:
11
11
- '**/*.md'
12
+
pull_request:
13
+
paths:
14
+
- 'ecosystem-ci/**'
15
+
- '.github/workflows/e2e-test.yml'
12
16
13
17
concurrency:
14
18
group: ${{ github.workflow }}-${{ github.sha }}
@@ -48,7 +52,7 @@ jobs:
48
52
- name: vibe-dashboard
49
53
node-version: 24
50
54
command: |
51
-
pnpm playwright install --with-deps
55
+
pnpm playwright install chromium
52
56
# FIXME: Failed to load JS plugin: ./plugins/debugger.js
53
57
# vite run ready
54
58
vite fmt
@@ -67,7 +71,8 @@ jobs:
67
71
node-version: 22
68
72
command: |
69
73
vite run -r build
70
-
vite run lint
74
+
# FIXME: typescript-eslint(no-redundant-type-constituents): 'rolldownExperimental.DevEngine' is an 'error' type that acts as 'any' and overrides all other types in this union type.
0 commit comments