From 8653e669a58c7a41734e0b6220cf403ba8b95301 Mon Sep 17 00:00:00 2001 From: Alican Erdurmaz Date: Mon, 3 Jun 2024 12:15:53 +0300 Subject: [PATCH] add test for tailwindcss --- .github/workflows/build-remote.js | 1 + .github/workflows/build-template.js | 1 + .github/workflows/test-local.yaml | 6 +++--- .github/workflows/test-remote.yaml | 6 +++--- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-remote.js b/.github/workflows/build-remote.js index d102e7cc..0d912293 100644 --- a/.github/workflows/build-remote.js +++ b/.github/workflows/build-remote.js @@ -26,6 +26,7 @@ const buildRemote = async () => { antd: "antd-example", mui: "mui-example", no: "headless-example", + tailwindcss: "headless-example", }; let AUTH_PROVIDER = dataProviderMap[DATA_PROVIDER]; diff --git a/.github/workflows/build-template.js b/.github/workflows/build-template.js index 9911de2a..ce4c220e 100644 --- a/.github/workflows/build-template.js +++ b/.github/workflows/build-template.js @@ -33,6 +33,7 @@ const buildTemplate = async () => { antd: "antd-example", mui: "mui-example", no: "headless-example", + tailwindcss: "headless-example", }; let AUTH_PROVIDER = dataProviderMap[DATA_PROVIDER]; diff --git a/.github/workflows/test-local.yaml b/.github/workflows/test-local.yaml index cfef95cc..b001356c 100644 --- a/.github/workflows/test-local.yaml +++ b/.github/workflows/test-local.yaml @@ -23,7 +23,7 @@ jobs: appwrite, hasura, ] - ui_framework: [antd, mui, no] + ui_framework: [tailwindcss, antd, mui, no] steps: - name: Checkout uses: actions/checkout@v3 @@ -80,7 +80,7 @@ jobs: appwrite, hasura, ] - ui_framework: [antd, mui, no] + ui_framework: [tailwindcss, antd, mui, no] steps: - name: Checkout uses: actions/checkout@v3 @@ -138,7 +138,7 @@ jobs: appwrite, hasura, ] - ui_framework: [antd, mui, no] + ui_framework: [tailwindcss, antd, mui, no] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/test-remote.yaml b/.github/workflows/test-remote.yaml index 20a9aa40..b29cbe49 100644 --- a/.github/workflows/test-remote.yaml +++ b/.github/workflows/test-remote.yaml @@ -23,7 +23,7 @@ jobs: appwrite, hasura, ] - ui_framework: [antd, mui, no] + ui_framework: [tailwindcss, antd, mui, no] steps: - name: Checkout uses: actions/checkout@v3 @@ -81,7 +81,7 @@ jobs: appwrite, hasura, ] - ui_framework: [antd, mui, no] + ui_framework: [tailwindcss, antd, mui, no] steps: - name: Checkout uses: actions/checkout@v3 @@ -140,7 +140,7 @@ jobs: appwrite, hasura, ] - ui_framework: [antd, mui, no] + ui_framework: [tailwindcss, antd, mui, no] steps: - name: Checkout uses: actions/checkout@v3