Skip to content

Commit

Permalink
chore: to drop testing matrix failure
Browse files Browse the repository at this point in the history
  • Loading branch information
prastoin committed Jan 16, 2025
1 parent 0db332f commit a190497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci-front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: TO DROP
if: matrix.task == 'lint'
run: exit 1
- name: Fetch custom Github Actions and base branch history
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/twenty-front/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import '@emotion/react';
import { App } from '@/app/components/App';
import 'react-loading-skeleton/dist/skeleton.css';
import './index.css';

// to drop
const root = ReactDOM.createRoot(
document.getElementById('root') ?? document.body,
);
Expand Down

0 comments on commit a190497

Please sign in to comment.