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 bd3a54f commit 25dc78a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/weave-node-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: sdks/node
strategy:
matrix:
node-version: [20]
Expand All @@ -22,8 +25,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install dependencies
working-directory: sdks/node
run: pnpm install
- name: Run tests
working-directory: sdks/node
run: pnpm test

0 comments on commit 25dc78a

Please sign in to comment.