Skip to content

Commit e639dd1

Browse files
committed
ci: skip the downstream rails upgrade test
The tailwind upgrade tool started failing in the CI environment ref: rails/tailwindcss-rails#527
1 parent 7e8de16 commit e639dd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/downstream.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
name: rails-install
3232
command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_install_test.sh"
3333
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"
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"
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)