Skip to content

Commit

Permalink
chore: add integration test to the github workflo
Browse files Browse the repository at this point in the history
  • Loading branch information
javadkh2 committed Oct 16, 2023
1 parent 6a059ed commit 872029e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
run: pnpm install

- name: Build client and dependencies
run: pnpm run build --filter @kadena/client
run: pnpm run build --filter @kadena/client-utils

- name: run integration tests
- name: run client integration tests
run: pnpm run test:integration --filter @kadena/client

- name: run client-utils integration tests
run: pnpm run test:integration --filter @kadena/client-utils

0 comments on commit 872029e

Please sign in to comment.