We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68de509 commit 192b96cCopy full SHA for 192b96c
.github/workflows/build.yml
@@ -91,6 +91,8 @@ jobs:
91
run: |
92
pnpm install
93
pnpm exec playwright install --with-deps
94
+ - name: Build UI
95
+ run: ./gradlew buildAndCopyUI
96
- name: Run Playwright tests
97
working-directory: photon-client
98
run: pnpm exec playwright test
0 commit comments