Skip to content

Commit

Permalink
chore: remove chakra-ui and mantine from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Jan 17, 2024
1 parent 3139877 commit fdd6040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
appwrite,
hasura,
]
ui_framework: [antd, chakra, mantine, mui, no]
ui_framework: [antd, mui, no]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
appwrite,
hasura,
]
ui_framework: [antd, chakra, mantine, mui, no]
ui_framework: [antd, mui, no]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit fdd6040

Please sign in to comment.