We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db8571 commit 6e06757Copy full SHA for 6e06757
.github/workflows/downstream.yml
@@ -29,8 +29,12 @@ jobs:
29
command: "bin/test"
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"
+ name: rails-install
+ command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_install_test.sh"
34
+ ruby: "3.3"
35
+ - url: https://github.com/rails/tailwindcss-rails
36
+ name: rails-upgrade
37
+ command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_upgrade_test.sh"
38
39
runs-on: ubuntu-latest
40
steps:
0 commit comments