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 015075e commit c207b4aCopy full SHA for c207b4a
.github/workflows/build.yml
@@ -91,6 +91,8 @@ jobs:
91
run: |
92
pnpm install
93
pnpm exec playwright install --with-deps
94
+ - name: Prebuild Gradle
95
+ run: ./gradlew photon-targeting:build photon-core:build photon-server:build -x check
96
- name: Run Playwright tests
97
working-directory: photon-client
98
run: pnpm exec playwright test
0 commit comments