Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Oct 14, 2024
1 parent 1171d16 commit 9a50746
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/weave-node-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Node.js Tests
on:
push:

defaults:
run:
working-directory: sdks/node

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -25,7 +21,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
cache-dependency-path: sdks/node/pnpm-lock.yaml
- name: Install dependencies
run: pnpm install
working-directory: sdks/node
- name: Run tests
run: pnpm test
working-directory: sdks/node

0 comments on commit 9a50746

Please sign in to comment.