Skip to content

Commit fd6b542

Browse files
committed
Fix demo CI prerequisites
1 parent d236f86 commit fd6b542

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ jobs:
5959
ruby-version: .ruby-version
6060
bundler-cache: true
6161

62+
- name: Install JavaScript dependencies
63+
run: npm ci
64+
65+
- name: Build test bundles
66+
env:
67+
RAILS_ENV: test
68+
run: bin/shakapacker
69+
6270
- name: Run tests
6371
env:
6472
RAILS_ENV: test

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ GEM
8484
bindex (0.8.1)
8585
bootsnap (1.18.6)
8686
msgpack (~> 1.2)
87-
brakeman (7.1.0)
87+
brakeman (8.0.4)
8888
racc
8989
builder (3.3.0)
9090
capybara (3.40.0)

db/schema.rb

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)