Skip to content

Commit 6e06757

Browse files
committed
ci: add a downstream integration test with rails for upgrades
and also fix the integration test for installation.
1 parent 1db8571 commit 6e06757

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/downstream.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ jobs:
2929
command: "bin/test"
3030
ruby: "3.3"
3131
- url: https://github.com/rails/tailwindcss-rails
32-
name: rails-integration
33-
command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_journey_test.sh"
32+
name: rails-install
33+
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"
3438
ruby: "3.3"
3539
runs-on: ubuntu-latest
3640
steps:

0 commit comments

Comments
 (0)