diff --git a/.github/workflows/ci-bridge.yml b/.github/workflows/ci-bridge.yml index 80d769167..9640869b0 100644 --- a/.github/workflows/ci-bridge.yml +++ b/.github/workflows/ci-bridge.yml @@ -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