Skip to content

Commit

Permalink
build Tools dApp, this makes starting the e2e faster. It should fetch…
Browse files Browse the repository at this point in the history
… the build files from the cache
  • Loading branch information
Ghislain89 committed Oct 10, 2023
1 parent 7a55a06 commit f0ed97d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: pnpm exec playwright install chromium
working-directory: packages/apps/tools

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

- name: Run Playwright tests
run: pnpm run test:e2e --filter @kadena/tools
env:
Expand Down

0 comments on commit f0ed97d

Please sign in to comment.