File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -218,23 +218,8 @@ jobs:
218218 path : react_on_rails_pro/node_modules
219219 key : v4-pro-package-node-modules-cache-${{ hashFiles('react_on_rails_pro/yarn.lock') }}
220220
221- - name : Remove old webpack bundles
222- run : |
223- rm -rf spec/dummy/public/webpack
224- rm -rf spec/dummy/ssr-generated
225-
226- - id : get-sha
227- run : echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
228-
229- - name : Restore test webpack bundles from cache
230- uses : actions/cache@v4
231- with :
232- path : |
233- react_on_rails_pro/spec/dummy/public/webpack/test
234- react_on_rails_pro/spec/dummy/ssr-generated
235- key : v4-pro-dummy-app-webpack-bundle-${{ steps.get-sha.outputs.sha }}
236-
237221 - name : Install Node modules with Yarn for Pro package
222+ working-directory : packages/react-on-rails-pro-node-renderer
238223 run : |
239224 sudo yarn global add yalc
240225 yarn install --frozen-lockfile --no-progress --no-emoji
@@ -250,10 +235,10 @@ jobs:
250235 if : always()
251236 with :
252237 name : pro-jest-results
253- path : react_on_rails_pro /jest
238+ path : packages/react-on-rails-pro-node-renderer /jest
254239
255240 # RSpec tests for Pro package
256- rspec-package -specs :
241+ rspec-gem -specs :
257242 needs : detect-changes
258243 if : |
259244 !(
You can’t perform that action at this time.
0 commit comments