Skip to content

Commit 957b012

Browse files
committed
Generate packs before test bundle build
1 parent fd6b542 commit 957b012

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
- name: Install JavaScript dependencies
6363
run: npm ci
6464

65+
- name: Generate React on Rails packs
66+
env:
67+
RAILS_ENV: test
68+
run: bundle exec rake react_on_rails:generate_packs
69+
6570
- name: Build test bundles
6671
env:
6772
RAILS_ENV: test

0 commit comments

Comments
 (0)