Skip to content

Commit

Permalink
ci: add a downstream tailwindcss-rails integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 17, 2024
1 parent 314c511 commit 660576c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ 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: "test/integration/user_journey_test.sh"
ruby: "3.3"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -41,7 +45,4 @@ jobs:
- name: ${{matrix.name}} test suite
working-directory: ${{matrix.name}}
run: |
bundle remove tailwindcss-ruby || true
bundle add tailwindcss-ruby --path=".."
bundle install --local || bundle install
${{matrix.command}}
TAILWINDCSSOPTS='--path=".."' ${{matrix.command}}

0 comments on commit 660576c

Please sign in to comment.