Skip to content

Commit 3cf1293

Browse files
committed
ci: add a downstream tailwindcss-rails integration test
1 parent 314c511 commit 3cf1293

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/downstream.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)