Skip to content

Commit

Permalink
fix(screener-build workflow): scope package to build for v9 VR tests …
Browse files Browse the repository at this point in the history
…to speed up perf (microsoft#25494)
  • Loading branch information
TristanWatanabe authored and Hotell committed Feb 9, 2023
1 parent 816afde commit a3200bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/screener-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ jobs:
printenv | sort ;\
echo "SHELLOPTS $SHELLOPTS" ;\
- name: build vr-tests-react-components storybook
run: yarn lage build --to @fluentui/vr-tests-react-components
- name: build @fluentui/react-storybook-addon
run: yarn build --to @fluentui/react-storybook-addon
if: ${{env.SKIP_SCREENER_BUILD == 'false'}}

- name: build vr-tests-react-components storybook
Expand Down

0 comments on commit a3200bd

Please sign in to comment.