Skip to content

Commit

Permalink
Merge pull request #11 from flavorjones/flavorjones-downstream-rails-…
Browse files Browse the repository at this point in the history
…integration-test

ci: add a downstream tailwindcss-rails integration test
  • Loading branch information
flavorjones authored Oct 18, 2024
2 parents 314c511 + 3cf1293 commit 2934ebb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,19 @@ jobs:
matrix:
include:
- url: https://github.com/rails/tailwindcss-rails
name: tailwindcss-rails
name: rails-unit
command: "bin/test"
ruby: "3.3"
- url: https://github.com/rails/tailwindcss-rails
name: rails-integration
command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_journey_test.sh"
ruby: "3.3"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
- run: gem install bundler -v ">= 2.3.22" # for "add --path"
- run: bundle install --local || bundle install
- run: bundle exec rake download
- run: git clone --depth=1 ${{matrix.url}} ${{matrix.name}}
Expand Down

0 comments on commit 2934ebb

Please sign in to comment.