Skip to content

Commit

Permalink
add working directory to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
WuBruno committed Nov 20, 2023
1 parent 4ad46ec commit 2a51d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Install dependencies
run: pnpm install
working-directory: products/bridge/smart-contracts

- name: Run tests
run: pnpm test
working-directory: products/bridge/smart-contracts

0 comments on commit 2a51d37

Please sign in to comment.