Skip to content

Commit

Permalink
yarn install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Sep 25, 2024
1 parent 66e6dd7 commit ffd563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#/bin/sh
rake db:create && rake assets:precompile && rake test && rake test:system
rake db:create && yarn install --check-files && rails action_text:install && rake assets:precompile && rake test && rake test:system

0 comments on commit ffd563e

Please sign in to comment.