Skip to content

Commit 660576c

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

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/downstream.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ 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: "test/integration/user_journey_test.sh"
34+
ruby: "3.3"
3135
runs-on: ubuntu-latest
3236
steps:
3337
- uses: actions/checkout@v4
@@ -41,7 +45,4 @@ jobs:
4145
- name: ${{matrix.name}} test suite
4246
working-directory: ${{matrix.name}}
4347
run: |
44-
bundle remove tailwindcss-ruby || true
45-
bundle add tailwindcss-ruby --path=".."
46-
bundle install --local || bundle install
47-
${{matrix.command}}
48+
TAILWINDCSSOPTS='--path=".."' ${{matrix.command}}

0 commit comments

Comments
 (0)