Skip to content

Commit

Permalink
add test for tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Jun 3, 2024
1 parent 969e532 commit 8653e66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8653e66

Please sign in to comment.