Skip to content

Commit 192b96c

Browse files
committed
build UI in workflow
1 parent 68de509 commit 192b96c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
run: |
9292
pnpm install
9393
pnpm exec playwright install --with-deps
94+
- name: Build UI
95+
run: ./gradlew buildAndCopyUI
9496
- name: Run Playwright tests
9597
working-directory: photon-client
9698
run: pnpm exec playwright test

0 commit comments

Comments
 (0)