Skip to content

Commit

Permalink
shouldn't need to build, we're running pnpm dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain89 committed Oct 10, 2023
1 parent f20425f commit 3275284
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ jobs:

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

- name: Build Tools dApp
run: pnpm run build --filter @kadena/tools
env:
FAUCET_PUBLIC_KEY: 782127638ab9cc8fa8598ff0120464ceef6f367ddcd616b47afffbdb175dcc5e
FAUCET_PRIVATE_KEY: 93fd78bd1e79a3b593d4732b76050b418aeefa5e4e6ea80f351b4c3a5b0dd19f
working-directory: packages/apps/tools˚

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

0 comments on commit 3275284

Please sign in to comment.