Skip to content

Commit acf9854

Browse files
chore: Add MFE build verification to PR checks (#1384)
* add MFE build job * fix script * fix script * add install step * combine steps into one * add build step * review comments
1 parent f5a25a8 commit acf9854

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .github/workflows/build-and-deploy-storybook.yml

+11
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,14 @@ jobs:
5252
- run: pnpm deps
5353
- run: pnpm build
5454
- run: pnpm test
55+
56+
Build_Microfrontend:
57+
runs-on: ubuntu-22.04
58+
steps:
59+
- uses: actions/checkout@v4
60+
with:
61+
ref: ${{ github.event.pull_request.head.sha }}
62+
- uses: pnpm/action-setup@v4
63+
- run: pnpm install
64+
- run: pnpm build
65+
- run: pnpm -r -F ./apps/gitness build:webpack

0 commit comments

Comments
 (0)