Skip to content

Commit

Permalink
Update workflow to correctly install browsers installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain89 committed Oct 6, 2023
1 parent 98d3138 commit 7c1d628
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install browsers
run: pnpm exec playwright install
working-directory: packages/apps/tools

- name: Build Tools dApp
run: pnpm run build --filter @kadena/tools

Expand Down

0 comments on commit 7c1d628

Please sign in to comment.