Skip to content

Commit ce3877c

Browse files
committed
add cahce script
1 parent 14448db commit ce3877c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
- name: 🖨 Copy test envs
5656
run: cp packages/w3wallets/.env.example packages/w3wallets/.env
5757

58+
- name: 🔨 Build w3wallets
59+
run: yarn build
60+
working-directory: packages/w3wallets
61+
5862
- name: 🗄️ Build wallet cache
5963
run: xvfb-run --auto-servernum --server-args='-screen 0 1280x800x24' npx w3wallets cache tests/wallets-cache/
6064
working-directory: packages/w3wallets

0 commit comments

Comments
 (0)