From 6e0675715aceee26792b7d283fc9593caa6b203d Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 24 Jan 2025 10:03:27 -0500 Subject: [PATCH] ci: add a downstream integration test with rails for upgrades and also fix the integration test for installation. --- .github/workflows/downstream.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 6e7fe12..853598e 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -29,8 +29,12 @@ jobs: command: "bin/test" ruby: "3.3" - url: https://github.com/rails/tailwindcss-rails - name: rails-integration - command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_journey_test.sh" + name: rails-install + command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_install_test.sh" + ruby: "3.3" + - url: https://github.com/rails/tailwindcss-rails + name: rails-upgrade + command: "env TAILWINDCSSOPTS=--path=../../.. test/integration/user_upgrade_test.sh" ruby: "3.3" runs-on: ubuntu-latest steps: