Skip to content

Commit 894e55b

Browse files
don't run node renderer tests on package-js-tests ci workflow
1 parent f21b618 commit 894e55b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/package-js-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,7 @@ jobs:
126126
pnpm add -g yalc
127127
- name: Build Renderer package
128128
run: pnpm build
129-
- name: Run JS unit tests for Renderer package
130-
run: pnpm test
129+
- name: Run JS unit tests for react-on-rails package
130+
run: pnpm test --filter react-on-rails run test
131+
- name: Run JS unit tests for react-on-rails-pro package
132+
run: pnpm test --filter react-on-rails-pro run test

0 commit comments

Comments
 (0)