From cbd8845fc36ba2542ab69bf1d0cdf56dd20b4241 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 20 Mar 2026 13:07:13 +0000 Subject: [PATCH] Make sure tailwind binary is available on CI --- .github/workflows/test_and_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 90ad204f..4a2a25f1 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -62,6 +62,8 @@ jobs: FLUXON_KEY_FINGERPRINT: ${{ secrets.FLUXON_KEY_FINGERPRINT }} - name: Fetch dependencies run: mix deps.get + - name: 💨 Install Tailwind (needed for formatter) + run: mix tailwind.install - name: 📦 Check unused dependencies run: mix deps.unlock --check-unused - name: 🔮 Compile for DEV