Skip to content

Commit 720cf90

Browse files
committed
TASK: Build both plugins during tests
1 parent 7487571 commit 720cf90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ jobs:
4848
- name: Install dependencies
4949
run: yarn
5050

51-
- name: Build sources
51+
- name: Build main module
5252
run: yarn build:module
5353

54+
- name: Build secondary editor for Neos UI
55+
run: yarn build:editor
56+
5457
- name: Run TestCafe
5558
run: yarn test:github-actions

0 commit comments

Comments
 (0)