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:
25
25
matrix :
26
26
include :
27
27
- url : https://github.com/rails/tailwindcss-rails
28
- name : tailwindcss- rails
28
+ name : rails-unit
29
29
command : " bin/test"
30
30
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"
31
35
runs-on : ubuntu-latest
32
36
steps :
33
37
- uses : actions/checkout@v4
34
38
- uses : ruby/setup-ruby@v1
35
39
with :
36
40
ruby-version : ${{matrix.ruby}}
37
- - run : gem install bundler -v ">= 2.3.22" # for "add --path"
38
41
- run : bundle install --local || bundle install
39
42
- run : bundle exec rake download
40
43
- run : git clone --depth=1 ${{matrix.url}} ${{matrix.name}}
You can’t perform that action at this time.
0 commit comments