Skip to content

Commit

Permalink
chore: measure ts bench
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Dec 23, 2024
1 parent 7e83e8f commit 9f52366
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ jobs:
run: |
yarn nx format:check --base origin/master
- name: build, test, lint, test-ssr (affected)
- name: type-check
run: |
FLUENT_JEST_WORKER=2 yarn nx affected -t build test lint type-check test-ssr test-integration verify-packaging --nxBail
# FLUENT_JEST_WORKER=2 yarn nx affected -t build test lint type-check test-ssr test-integration verify-packaging --nxBail
yarn nx run-many -t build type-check --skip-nx-cache
- name: 'Check for unstaged changes'
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react';
import { mount as mountBase } from '@cypress/react';
import { FluentProvider } from '@fluentui/react-provider';
import { teamsLightTheme } from '@fluentui/react-theme';
import { PortalCompatProvider } from '@fluentui/react-portal-compat';
import { PortalCompatProvider } from './PortalCompatProvider';
import { usePortalCompat } from '@fluentui/react-portal-compat-context';

const mount = (element: JSX.Element) => {
Expand Down

0 comments on commit 9f52366

Please sign in to comment.