File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,19 @@ jobs:
2525 matrix :
2626 include :
2727 - url : https://github.com/rails/tailwindcss-rails
28- name : tailwindcss- rails
28+ name : rails-unit
2929 command : " bin/test"
3030 ruby : " 3.3"
31+ - url : https://github.com/rails/tailwindcss-rails
32+ name : rails-integration
33+ command : " env TAILWINDCSSOPTS=--path=../../.. test/integration/user_journey_test.sh"
34+ ruby : " 3.3"
3135 runs-on : ubuntu-latest
3236 steps :
3337 - uses : actions/checkout@v4
3438 - uses : ruby/setup-ruby@v1
3539 with :
3640 ruby-version : ${{matrix.ruby}}
37- - run : gem install bundler -v ">= 2.3.22" # for "add --path"
3841 - run : bundle install --local || bundle install
3942 - run : bundle exec rake download
4043 - run : git clone --depth=1 ${{matrix.url}} ${{matrix.name}}
You can’t perform that action at this time.
0 commit comments