Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! remove: test jest perf by setting workers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Oct 24, 2024
1 parent 46c4f44 commit 4a881df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
run: |
yarn nx format:check --base origin/master
- name: v0,v8 jest test perf experiments worker 50%
run: |
yarn nx run-many -t build -p react,react-northstar
# - name: v0,v8 jest test perf experiments worker 50%
# run: |
# yarn nx run-many -t build -p react,react-northstar

FLUENT_WORKER=1 yarn workspace @fluentui/react test --no-cache
FLUENT_WORKER=1 yarn workspace @fluentui/react-northstar test --no-cache
# FLUENT_WORKER=1 yarn workspace @fluentui/react test --no-cache
# FLUENT_WORKER=1 yarn workspace @fluentui/react-northstar test --no-cache

- name: v0,v8 jest test perf experiments worker 1
run: |
Expand Down

0 comments on commit 4a881df

Please sign in to comment.