We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21b618 commit 894e55bCopy full SHA for 894e55b
.github/workflows/package-js-tests.yml
@@ -126,5 +126,7 @@ jobs:
126
pnpm add -g yalc
127
- name: Build Renderer package
128
run: pnpm build
129
- - name: Run JS unit tests for Renderer package
130
- run: pnpm test
+ - name: Run JS unit tests for react-on-rails package
+ 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