Skip to content

Commit 2cf661a

Browse files
ci: add playwright install step
Signed-off-by: venilinvasilev <[email protected]>
1 parent 85a8c7e commit 2cf661a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,13 @@ jobs:
206206
- name: Build @hashgraph/sdk
207207
id: build-sdk
208208
run: task build
209+
210+
- name: Install Playwright Dependencies
211+
id: playwright-deps
212+
if: ${{ steps.build-sdk.conclusion == 'success' && !cancelled() && always() }}
213+
run: |
214+
sudo npx playwright install-deps
215+
npx playwright install
209216
210217
- name: Prepare Hiero Solo
211218
id: solo

0 commit comments

Comments
 (0)