We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8de16 commit e639dd1Copy full SHA for e639dd1
.github/workflows/downstream.yml
@@ -31,10 +31,10 @@ jobs:
31
name: rails-install
32
command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_install_test.sh"
33
ruby: "3.4"
34
- - url: https://github.com/rails/tailwindcss-rails
35
- name: rails-upgrade
36
- command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_upgrade_test.sh"
37
- ruby: "3.4"
+ # - url: https://github.com/rails/tailwindcss-rails
+ # name: rails-upgrade
+ # command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_upgrade_test.sh"
+ # ruby: "3.4"
38
runs-on: ubuntu-latest
39
steps:
40
- uses: actions/checkout@v4
0 commit comments