Skip to content

Commit

Permalink
chore: remove refine-react
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Jan 17, 2024
1 parent 3e53973 commit 0b7adf8
Show file tree
Hide file tree
Showing 164 changed files with 0 additions and 6,266 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/test-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,57 +53,6 @@ jobs:
DATA_PROVIDER: ${{ matrix.data_provider }}
UI_FRAMEWORK: ${{ matrix.ui_framework }}
AUTH_PROVIDER: ${{ steps.build_step.outputs.auth_provider }}
react:
runs-on: ubuntu-latest
name: react
concurrency:
group: ${{ github.ref }}-e2e-local-react-${{ matrix.data_provider }}-${{ matrix.ui_framework }}
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
data_provider:
[
custom-json-rest,
strapi-v4,
nestjsx-crud,
airtable,
supabase,
appwrite,
hasura,
]
ui_framework: [antd, mui, no]
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install
run: npm install
- name: Build Examples
id: build_step
run: FRAMEWORK=react DATA_PROVIDER=${{ matrix.data_provider }} UI_FRAMEWORK=${{ matrix.ui_framework }} node ./.github/workflows/build-template.js
- name: Install Deps
run: |
cd ${{ steps.build_step.outputs.project_path }}
npm install
npm run build
npm install -g serve
serve -s build &
- name: Run Cypress on local
uses: cypress-io/github-action@v4
with:
command: npx cypress run --record --parallel --env=AUTH_PROVIDER=${{ steps.build_step.outputs.auth_provider }},UI_FRAMEWORK=${{ matrix.ui_framework }},FRAMEWORK=react,DATA_PROVIDER=${{ matrix.data_provider }}
install: false
start: "npm ls"
wait-on: "http://0.0.0.0:3000"
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
FRAMEWORK: react
DATA_PROVIDER: ${{ matrix.data_provider }}
UI_FRAMEWORK: ${{ matrix.ui_framework }}
AUTH_PROVIDER: ${{ steps.build_step.outputs.auth_provider }}
nextjs:
runs-on: ubuntu-latest
name: nextjs
Expand Down
208 changes: 0 additions & 208 deletions refine-react/plugins/_base/extend.js

This file was deleted.

1 change: 0 additions & 1 deletion refine-react/plugins/_base/public/images/flags/de.svg

This file was deleted.

1 change: 0 additions & 1 deletion refine-react/plugins/_base/public/images/flags/en.svg

This file was deleted.

Loading

0 comments on commit 0b7adf8

Please sign in to comment.